Skip to content

Commit 6b7a3cd

Browse files
Update numpy requirement from ~=1.21 to >=1.21,<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.21.0...v2.1.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad36da6 commit 6b7a3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"joblib~=1.0",
3535
"lz4~=4.0",
3636
"nltk~=3.6",
37-
"numpy~=1.21",
37+
"numpy>=1.21,<3.0",
3838
"pandas>=1.3,<3.0",
3939
"pymagnitude~=0.1.143",
4040
"requests~=2.26",

0 commit comments

Comments
 (0)