Skip to content

Commit

Permalink
Add pyproject.toml to allow installation with setuptools v. 69
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMaenaut committed Apr 28, 2024
1 parent 249c0e2 commit 4599297
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools_scm", "numpy", "cython"]
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ corner
tqdm
cython
matplotlib
setuptools

3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
universal = 1

[options]
setup_requires =
setuptools_scm numpy cython
setup_requires = setuptools_scm numpy cython

0 comments on commit 4599297

Please sign in to comment.