Skip to content

Commit 0e32bee

Browse files
Update numpy requirement from <2.0.0 to <3.0.0 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@v0.2.0...v2.1.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ab9a38 commit 0e32bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openpyxl>=3.0.9
22
pandas>=1.3.0, <2.2.3
33
lightning>=1.8.6, <2.5.0
4-
numpy<2.0.0
4+
numpy<3.0.0
55
requests==2.32.3
66
scikit-learn>=1.5.1, <1.5.2
77
tabulate>=0.7.0, <=0.9.0

0 commit comments

Comments
 (0)