Skip to content

Commit 57295af

Browse files
⬆️ Update numpy requirement from ~=2.2.1 to ~=2.2.2
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@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2fcdeb1 commit 57295af

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
@@ -18,7 +18,7 @@ Pillow~=11.1.0; python_version >= "3.9" # For Python >=3.9
1818
# Efficient image serialization
1919
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.
2020
numpy~=2.0.2; python_version == "3.9" # For Python 3.9, only numpy 2.0.x is supported as 2.1 only supports Python >=3.10
21-
numpy~=2.2.1; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
21+
numpy~=2.2.2; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
2222

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

0 commit comments

Comments
 (0)