Skip to content

Commit 413715f

Browse files
Update numpy requirement from <2.0,>1.20.0 to >1.20.0,<3.0
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.20.1...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 023db27 commit 413715f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch >=1.11.0
2-
numpy >1.20.0, <2.0
2+
numpy >1.20.0, <3.0
33
pandas >=1.1.5
44
scikit-learn >=1.3.0
55
pytorch-lightning >=2.0.0, <2.5.0

0 commit comments

Comments
 (0)