Skip to content

Commit 95ea35b

Browse files
build(deps): update numpy requirement in /requirements
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.17.2...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43d7e3d commit 95ea35b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage ==7.10.3
2-
numpy >=1.17.2, <1.27.0
2+
numpy >=1.17.2, <2.1.0
33
pytest ==8.4.1
44
pytest-cov ==6.2.1
55
pytest-timeout ==2.4.0

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest-random-order ==1.2.0
88
# needed in tests
99
cloudpickle >=1.3, <3.2.0
1010
scikit-learn >0.22.1, <1.7.0
11-
numpy >=1.17.2, <1.27.0
11+
numpy >=1.17.2, <2.1.0
1212
onnx >=1.12.0, <1.19.0
1313
onnxruntime >=1.12.0, <1.21.0
1414
psutil <7.0.1 # for `DeviceStatsMonitor`

0 commit comments

Comments
 (0)