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 8f74513 commit cf25316Copy full SHA for cf25316
requirements.txt
@@ -11,7 +11,7 @@ tkinter-tooltip~=3.1.0 # Tooltips for configuration editor
11
12
# Efficient image serialization
13
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.
14
-numpy~=1.26.4; python_version >= "3.9" # For Python 3.9+
+numpy~=2.0.0; python_version >= "3.9" # For Python 3.9+
15
16
# For Nvidia GPU on all platforms
17
GPUtil~=1.4.0; python_version < "3.12"
0 commit comments