diff --git a/requirements.txt b/requirements.txt index 634fd463..42cf28b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tkinter-tooltip~=3.1.0 # Tooltips for configuration editor # Efficient image serialization numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max. -numpy~=1.26.4; python_version >= "3.9" # For Python 3.9+ +numpy~=2.0.0; python_version >= "3.9" # For Python 3.9+ # For Nvidia GPU on all platforms GPUtil~=1.4.0; python_version < "3.12"