Skip to content

Commit

Permalink
unpin setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Jul 18, 2024
1 parent efbb8ac commit c67bd20
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c67bd20

Please sign in to comment.