Skip to content
Open
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 build_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
pre-commit
sphinx-book-theme@git+https://github.com/executablebooks/sphinx-book-theme@56874cb
sphinx_exercise
jupyter-book>=1,<2
jupyter-book>=1,<3
-r requirements.txt
# To allow static build / upload
ghp-import
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Requirements for notebooks / Binderhub
numpy==2.2.5
scipy==1.15.2
matplotlib==3.10.1
pandas==2.2.3
scikit-learn==1.6.1
numpy==2.3.5
scipy==1.16.3
matplotlib==3.10.7
pandas==2.3.3
scikit-learn==1.7.2
scikit-image==0.25.2
sympy==1.14.0
statsmodels==0.14.4
statsmodels==0.14.5
seaborn==0.13.2
pytest>=8.3
sphinx
Expand Down