diff --git a/pyproject.toml b/pyproject.toml index c0a98df..b2facbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ ] dependencies = [ "pynvml>=12.0.0,<14.0.0", - "psutil>=5.9.0,<7.0.0", + "psutil>=5.9.0,<8.0.0", "click>=8.1.0,<9.0.0", "pyyaml>=6.0,<7.0", "rich>=13.0.0,<15.0.0", diff --git a/requirements.txt b/requirements.txt index 05f7f1d..24220af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ nvidia-ml-py>=13.0.0,<14.0.0 -psutil>=5.9.0,<7.0.0 +psutil>=5.9.0,<8.0.0 click>=8.1.0,<9.0.0 pyyaml>=6.0,<7.0 pytest>=7.4.0,<9.0.0