Skip to content

Commit 77af6f5

Browse files
Bump numpy from 1.26.4 to 2.2.1
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50ba2c5 commit 77af6f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/moderator/requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.11.11
22
trafaret==2.1.1
33
pyyaml==6.0.2
4-
numpy==1.26.4
4+
numpy==2.2.1
55
pandas==2.2.3
66
scikit-learn==1.6.1
77
scipy==1.15.1

demos/moderator_bot/requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ importlib-metadata==0.23 ; python_version < '3.8'
1010
joblib==1.4.2
1111
more-itertools==10.6.0
1212
multidict==6.1.0
13-
numpy==1.26.4
13+
numpy==2.2.1
1414
pluggy==1.5.0
1515
pytest==8.3.4
1616
pytest-aiohttp==1.0.5

0 commit comments

Comments
 (0)