Skip to content
Closed
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
14 changes: 7 additions & 7 deletions containers/quantecon-build/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ dependencies:
# and produced non-reproducible images that broke notebook execution downstream
# (e.g. un_insure.md's fsolve call; see #28).
# Bump as a set when the lecture repos move to a newer anaconda release.
- numpy=2.3.5
- scipy=1.16.3
- numpy=2.5.0
- scipy=1.18.0
- pandas=2.3.3
- matplotlib=3.10.6
- matplotlib=3.11.0
- seaborn=0.13.2
- sympy=1.14.0
- numba=0.62.1
- networkx=3.5
- statsmodels=0.14.5
- scikit-learn=1.7.2
- numba=0.65.1
- networkx=3.6.1
- statsmodels=0.14.6
- scikit-learn=1.9.0

# CPU acceleration (Intel MKL for optimized linear algebra)
- mkl
Expand Down