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 95ceef2 + f1c0bf6 commit e4ead2dCopy full SHA for e4ead2d
1 file changed
requirements.txt
@@ -19,7 +19,7 @@ Pillow~=12.1.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is
19
# Efficient image serialization
20
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported
21
numpy~=2.2.6; python_version == "3.10" # For Python 3.10, only numpy 2.2.x is supported
22
-numpy~=2.4.1; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine
+numpy~=2.4.2; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine
23
24
# For Nvidia GPU on all platforms
25
GPUtil~=1.4.0; python_version < "3.12"
0 commit comments