Skip to content

Commit

Permalink
Merge pull request #249 from ISISNeutronMuon/fix-pip-install
Browse files Browse the repository at this point in the history
Fix pip install
  • Loading branch information
MBartkowiakSTFC authored Nov 30, 2023
2 parents 78a2958 + c250d23 commit 96422e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MDANSE/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "cython", "numpy"]
requires = ["setuptools", "cython", "numpy", "pip", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
2 changes: 1 addition & 1 deletion MDANSE_GUI/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "numpy"]
requires = ["setuptools", "numpy", "pip", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 96422e5

Please sign in to comment.