Skip to content

Commit d350fca

Browse files
committed
Update numpy requirement
1 parent 4cf8d4b commit d350fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Pillow~=11.0.0; python_version >= "3.9" # For Python >=3.9
1717

1818
# Efficient image serialization
1919
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.
20-
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
21-
numpy~=2.2; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
20+
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
2222

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

0 commit comments

Comments
 (0)