We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf8d4b commit d350fcaCopy full SHA for d350fca
requirements.txt
@@ -17,8 +17,8 @@ Pillow~=11.0.0; python_version >= "3.9" # For Python >=3.9
17
18
# Efficient image serialization
19
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
+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
+numpy~=2.2.1; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
22
23
# For Nvidia GPU on all platforms
24
GPUtil~=1.4.0; python_version < "3.12"
0 commit comments