Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion containers/quantecon-build/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
# Bump as a set when the lecture repos move to a newer anaconda release.
- numpy=2.3.5
- scipy=1.16.3
- pandas=2.3.3
- pandas=3.0.3
- matplotlib=3.10.6
- seaborn=0.13.2
- sympy=1.14.0
Expand Down
2 changes: 1 addition & 1 deletion containers/quantecon/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ channels:
- conda-forge
dependencies:
- python=3.13
- anaconda=2025.12 # Full Anaconda: numpy, scipy, pandas, matplotlib, seaborn, sympy, jupyter, jupyterlab, ipywidgets, networkx, statsmodels, numba, and 400+ more
- anaconda=2026.06 # Full Anaconda: numpy, scipy, pandas, matplotlib, seaborn, sympy, jupyter, jupyterlab, ipywidgets, networkx, statsmodels, numba, and 400+ more
- nodejs>=20,<25 # netlify-cli (preview-netlify) + jupyterlab; capped at node 24 LTS (exclude non-LTS 25)
- pip
- pip:
Expand Down