We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d63695 commit b19f39bCopy full SHA for b19f39b
requirements.txt
@@ -13,7 +13,7 @@ uptime~=3.0.1 # For System Uptime
13
# Efficient image serialization
14
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.
15
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
16
-numpy~=2.0; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
+numpy~=2.2; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
17
18
# For Nvidia GPU on all platforms
19
GPUtil~=1.4.0; python_version < "3.12"
0 commit comments