Skip to content

Commit 1df4945

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

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.18
22
trafaret==2.1.1
33
pyyaml==6.0.2
4-
numpy==1.26.4
4+
numpy==2.2.5
55
pandas==2.2.3
66
scikit-learn==1.6.1
77
scipy==1.15.2

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.7.0
1212
multidict==6.4.3
13-
numpy==1.26.4
13+
numpy==2.2.5
1414
pluggy==1.5.0
1515
pytest==8.3.5
1616
pytest-aiohttp==1.1.0

0 commit comments

Comments
 (0)