diff --git a/requirements.txt b/requirements.txt index be85146c..5098ebd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ Pillow~=12.1.1; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is # Efficient image serialization numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported numpy~=2.2.6; python_version == "3.10" # For Python 3.10, only numpy 2.2.x is supported -numpy~=2.4.2; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine +numpy~=2.4.3; 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"