Skip to content

Commit b19f39b

Browse files
⬆️ Update numpy requirement from ~=1.26.4 to ~=2.2.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.26.4...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d63695 commit b19f39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ uptime~=3.0.1 # For System Uptime
1313
# Efficient image serialization
1414
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.
1515
numpy~=2.0.0; python_version == "3.9" # For Python 3.9, only numpy 2.0.x is supported as 2.1 only supports Python >=3.10
16-
numpy~=2.0; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
16+
numpy~=2.2; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
1717

1818
# For Nvidia GPU on all platforms
1919
GPUtil~=1.4.0; python_version < "3.12"

0 commit comments

Comments
 (0)