Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
removing version requirement for setuptools
  • Loading branch information
ramav87 committed Jun 18, 2024
1 parent 3f69848 commit fc4fe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# TODO: Move requirements to requirements.txt
requirements = [ # basic
'setuptools==58.2.0',
'setuptools',
'numpy',
'toolz', # dask installation failing without this
'cytoolz', # dask installation failing without this
Expand Down

0 comments on commit fc4fe79

Please sign in to comment.