diff --git a/requirements-dev.txt b/requirements-dev.txt index 4cd59e47..d57bfc37 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ matplotlib==3.10.8 ; python_version >= "3.11" and python_version < "3.15" ml-dtypes==0.5.4 ; python_version >= "3.11" and python_version < "3.15" mpmath==1.4.1 ; python_version >= "3.11" and python_version < "3.15" networkx==3.6.1 ; python_version >= "3.11" and python_version < "3.15" -numpy==2.4.3 ; python_version >= "3.11" and python_version < "3.15" +numpy==2.4.4 ; python_version >= "3.11" and python_version < "3.15" nvidia-cublas-cu12==12.8.4.1 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64" nvidia-cuda-cupti-cu12==12.8.90 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64" nvidia-cuda-nvrtc-cu12==12.8.93 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64" diff --git a/requirements.txt b/requirements.txt index 2f2e109e..85e1bf7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ idna==3.11 ; python_version >= "3.11" and python_version < "3.15" kiwisolver==1.4.9 ; python_version >= "3.11" and python_version < "3.15" matplotlib==3.10.8 ; python_version >= "3.11" and python_version < "3.15" mpmath==1.4.1 ; python_version >= "3.11" and python_version < "3.15" -numpy==2.4.3 ; python_version >= "3.11" and python_version < "3.15" +numpy==2.4.4 ; python_version >= "3.11" and python_version < "3.15" packaging==26.0 ; python_version >= "3.11" and python_version < "3.15" pandas==3.0.1 ; python_version >= "3.11" and python_version < "3.15" pillow==12.1.1 ; python_version >= "3.11" and python_version < "3.15"