We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f650432 + abd95af commit e5dd19bCopy full SHA for e5dd19b
requirements.txt
@@ -16,7 +16,7 @@ Pillow~=11.3.0 # Image generation
16
# Efficient image serialization
17
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported
18
numpy~=2.2.6; python_version == "3.10" # For Python 3.10, only numpy 2.2.x is supported
19
-numpy~=2.3.1; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine
+numpy~=2.3.2; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine
20
21
# For Nvidia GPU on all platforms
22
GPUtil~=1.4.0; python_version < "3.12"
0 commit comments