Skip to content

Commit

Permalink
Use up-to-date setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jul 19, 2023
1 parent 5fb790d commit 6c760e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"wheel",
"setuptools<60.0.0",
"setuptools",
"numpy>=1.12",
"Cython>=0.21.1"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Required dependencies (from setup.py setup_requires and install_requires)
numpy >= 1.12
setuptools < 60.0.0
setuptools
Cython >= 0.21.1
h5py
fabio >= 0.9
Expand Down

0 comments on commit 6c760e3

Please sign in to comment.