diff --git a/pyproject.toml b/pyproject.toml index 3ee229d..b9584a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "nle<2.0.0,>=1.1.0", "numpy<3,>2", "pandas<3.0.0,>=2.2.2", - "psutil<7.0.0,>=6.0.0", + "psutil>=6.0.0,<8.0.0", "pydantic-settings<3.0.0,>=2.0.3", "pydantic<3.0.0,>=2.10.3", "pymgclient<2.0.0,>=1.3.1", diff --git a/requirements.txt b/requirements.txt index e3ac811..5f1b959 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ packaging==24.2 ; python_version >= "3.10" and python_version < "4.0" pandas-stubs==2.2.3.241009 ; python_version >= "3.10" and python_version < "4.0" pandas==2.2.3 ; python_version >= "3.10" and python_version < "4.0" pillow==11.0.0 ; python_version >= "3.10" and python_version < "4.0" -psutil==6.1.0 ; python_version >= "3.10" and python_version < "4.0" +psutil==7.2.2 ; python_version >= "3.10" and python_version < "4.0" pybind11==2.13.6 ; python_version >= "3.10" and python_version < "4.0" pydantic-core==2.27.1 ; python_version >= "3.10" and python_version < "4.0" pydantic-settings==2.7.0 ; python_version >= "3.10" and python_version < "4.0"