Skip to content

Commit

Permalink
fix build issues by removing setup_requires and adding pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkclam committed Nov 5, 2024
1 parent 0bad20e commit 5fc9c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "numpy<2"]
build-backend = "setuptools.build_meta"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
long_description=long_description,
long_description_content_type="text/x-rst",
url="https://github.com/NeLy-EPFL/utils2p",
setup_requires=["numpy"],
install_requires=["numpy",
"pytest",
"scipy",
Expand Down

0 comments on commit 5fc9c97

Please sign in to comment.