We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a67cdf0 + 5f293ed commit b3f08b8Copy full SHA for b3f08b8
requirements.txt
@@ -15,7 +15,7 @@ Pillow~=11.1.0 # Image generation
15
16
# Efficient image serialization
17
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported as 2.1 only supports Python >=3.10
18
-numpy~=2.2.3; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
+numpy~=2.2.4; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
19
20
# For Nvidia GPU on all platforms
21
GPUtil~=1.4.0; python_version < "3.12"
0 commit comments