Skip to content

Commit

Permalink
feat: new package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 1, 2022
1 parent 66207f1 commit 7f1b9cf
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 @@ -46,7 +46,7 @@
)
],
install_requires = [],
setup_requires = ["setuptools-rust>=0.10.1", "wheel"],
setup_requires = ["setuptools-rust<1.3.0", "wheel"],
include_package_data = True,
zip_safe = False,
classifiers = [
Expand Down

0 comments on commit 7f1b9cf

Please sign in to comment.