Skip to content

Commit

Permalink
Update numpy requirement from <2,>=1.24.0 to >=1.24.0,<3
Browse files Browse the repository at this point in the history
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.24.0...v2.2.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 015f572 commit dc483c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
pandas>=1.5.2,<2.3,!=2.1.0
matplotlib>=3.6.2,<4
numpy>=1.24.0,<2
numpy>=1.24.0,<3
opensearch-py>=2.2.0
torch>=2.0.1,<2.1.0
onnx>=1.15.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
pandas>=1.5.2,<2.3,!=2.1.0
matplotlib>=3.6.2,<4
numpy>=1.24.0,<2
numpy>=1.24.0,<3
opensearch-py>=2.2.0
torch>=2.0.1,<2.1.0
onnx>=1.15.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"opensearch-py>=2",
"pandas>=1.5.2,<2.3,!=2.1.0",
"matplotlib>=3.6.0,<4",
"numpy>=1.24.0,<2",
"numpy>=1.24.0,<3",
"deprecated>=1.2.14,<2",
],
python_requires=">=3.8",
Expand Down

0 comments on commit dc483c8

Please sign in to comment.