diff --git a/requirements.txt b/requirements.txt index e21d732e..6070e775 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ uptime~=3.0.1 # For System Uptime # Efficient image serialization numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max. 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 -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 # For Nvidia GPU on all platforms GPUtil~=1.4.0; python_version < "3.12"