Skip to content

Commit bff4ec9

Browse files
Bump the actions group with 4 updates
Updates the requirements on [jupyter-book](https://github.com/jupyter-book/jupyter-book), [numpy](https://github.com/numpy/numpy), [scipy](https://github.com/scipy/scipy) and [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. Updates `jupyter-book` to 2.1.2 - [Release notes](https://github.com/jupyter-book/jupyter-book/releases) - [Commits](jupyter-book/jupyter-book@v1.0.0...v2.1.2) Updates `numpy` from 2.4.2 to 2.4.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.2...v2.4.4) Updates `scipy` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.17.0...v1.17.1) Updates `pandas` from 3.0 to 3.0.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.0...v3.0.2) --- updated-dependencies: - dependency-name: jupyter-book dependency-version: 2.1.2 dependency-type: direct:production dependency-group: actions - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 817a97d commit bff4ec9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pre-commit
77
sphinx-book-theme@git+https://github.com/executablebooks/sphinx-book-theme@56874cb
88
sphinx_exercise
9-
jupyter-book>=1,<2
9+
jupyter-book>=1,<3
1010
-r requirements.txt
1111
# To allow static build / upload
1212
ghp-import

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Requirements for notebooks / Binderhub
2-
numpy==2.4.2
3-
scipy==1.17.0
2+
numpy==2.4.4
3+
scipy==1.17.1
44
matplotlib==3.10.8
5-
pandas==3.0
5+
pandas==3.0.2
66
scikit-learn==1.8.0
77
scikit-image==0.26
88
sympy==1.14.0

0 commit comments

Comments
 (0)