Skip to content

Commit

Permalink
Fix dependabot issues (#5179)
Browse files Browse the repository at this point in the history
* unpin setuptools version

* Update requirements.txt
  • Loading branch information
liu-shaojun authored Jul 18, 2024
1 parent efbb8ac commit f1ecb37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/nano/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def setup_package():
"pyyaml",
"packaging",
"sigfig",
"setuptools<66"]
"setuptools"]

# diffusion requires
diffusion_requires = pytorch_requires + [
Expand Down
2 changes: 1 addition & 1 deletion python/requirements/nano/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ protobuf==3.19.5
py-cpuinfo
pyyaml
packaging
setuptools<66
setuptools

0 comments on commit f1ecb37

Please sign in to comment.