Skip to content

Commit 67d3fd8

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] <support@github.com>
1 parent 4ca1f5f commit 67d3fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ uptime~=3.0.1 # For System Uptime
1212

1313
# Efficient image serialization
1414
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.
15-
numpy~=1.26.4; python_version >= "3.9" # For Python 3.9+
15+
numpy~=2.2.0; python_version >= "3.9" # For Python 3.9+
1616

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

0 commit comments

Comments
 (0)