Skip to content

Commit

Permalink
Bump numpy from 1.26.4 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.1.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent afab30c commit 06588ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/moderator/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp==3.8.6
trafaret==2.1.1
pyyaml==6.0.1
numpy==1.26.4
numpy==2.1.0
pandas==2.2.2
scikit-learn==1.5.1
scipy==1.13.1
Expand Down
2 changes: 1 addition & 1 deletion demos/moderator_bot/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ importlib-metadata==0.23 ; python_version < '3.8'
joblib==1.4.2
more-itertools==10.3.0
multidict==6.0.5
numpy==1.26.4
numpy==2.1.0
pluggy==1.5.0
pytest==8.1.1
pytest-aiohttp==1.0.5
Expand Down

0 comments on commit 06588ec

Please sign in to comment.