Skip to content

Commit b634693

Browse files
Update numpy requirement from <1.25,>=1.18.5 to >=1.18.5,<1.27
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.18.5...v1.26.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5843f6d commit b634693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# base
22

3-
numpy>=1.18.5,<1.25
3+
numpy>=1.18.5,<1.27
44
scipy==1.10.1
55
matplotlib==3.7.1
66
scikit-learn>=0.22.2,<1.2.0

0 commit comments

Comments
 (0)