Skip to content

Commit

Permalink
Fix (requirements/setuptools): Set maximum requirement for `setuptool…
Browse files Browse the repository at this point in the history
…s` (#963)

* Fix (requirements/setuptools): Set minimum requirement for setuptools.

* Typo fix
  • Loading branch information
nickfraser authored Jun 24, 2024
1 parent 0c12bbc commit 4919bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies==2.0.1
numpy<=1.26.4
packaging
setuptools
setuptools<70.0
sympy
torch>=1.9.1
typing-extensions>=3.7.4
Expand Down

0 comments on commit 4919bc9

Please sign in to comment.