Skip to content

Commit

Permalink
Remove setuptools from install_requires dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jul 19, 2023
1 parent 0ac7ee7 commit 4b00aca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 6 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
--find-links http://www.silx.org/pub/wheelhouse/
--only-binary numpy,h5py,scipy,PyQt5,PySide6,PyQt6

# Required dependencies (from setup.py setup_requires and install_requires)
numpy >= 1.12
packaging
# Required dependencies
# From pyproject.toml
wheel
setuptools
numpy >= 1.12
Cython >= 0.21.1
# From setup.py install_requires
packaging
h5py
fabio >= 0.9

Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ def get_project_configuration():
"numpy%s" % numpy_requested_version,
# for version parsing
"packaging",
# for the script launcher
"setuptools",
# for io support
"h5py",
"fabio>=0.9",
Expand Down

0 comments on commit 4b00aca

Please sign in to comment.