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.
1 parent 4ca1f5f commit 67d3fd8Copy full SHA for 67d3fd8
requirements.txt
@@ -12,7 +12,7 @@ uptime~=3.0.1 # For System Uptime
12
13
# Efficient image serialization
14
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.
15
-numpy~=1.26.4; python_version >= "3.9" # For Python 3.9+
+numpy~=2.2.0; python_version >= "3.9" # For Python 3.9+
16
17
# For Nvidia GPU on all platforms
18
GPUtil~=1.4.0; python_version < "3.12"
0 commit comments