Skip to content

Commit

Permalink
Merge branch 'dev' into hsdp-ci-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KuuCi authored Jun 24, 2024
2 parents 3c23856 + 6d7b90d commit 13ab59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def package_files(prefix: str, directory: str, extension: str):
'torch>=2.1.2,<2.3.2',
'requests>=2.26.0,<3',
'numpy>=1.21.5,<2.1.0',
'psutil>=5.8.0,<6',
'psutil>=5.8.0,<7',
'coolname>=1.1.0,<3',
'tabulate==0.9.0', # for auto-generating tables
'py-cpuinfo>=8.0.0,<10',
Expand All @@ -103,7 +103,7 @@ def package_files(prefix: str, directory: str, extension: str):
# Should manually update dependency versions occassionally.
'custom_inherit==2.4.1',
'junitparser==3.1.2',
'coverage[toml]==7.5.3',
'coverage[toml]==7.5.4',
'fasteners==0.18', # object store tests require fasteners
'pytest==7.4.4',
'ipython==8.11.0',
Expand Down

0 comments on commit 13ab59c

Please sign in to comment.