Skip to content

Commit 396f92a

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/moderator/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.8.6
22
trafaret==2.1.1
33
pyyaml==6.0.1
4-
numpy==1.26.4
4+
numpy==2.1.2
55
pandas==2.2.2
66
scikit-learn==1.5.2
77
scipy==1.13.1

demos/moderator_bot/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ importlib-metadata==0.23 ; python_version < '3.8'
1111
joblib==1.4.2
1212
more-itertools==10.3.0
1313
multidict==6.0.5
14-
numpy==1.26.4
14+
numpy==2.1.2
1515
pluggy==1.5.0
1616
pytest==8.1.1
1717
pytest-aiohttp==1.0.5

0 commit comments

Comments
 (0)