Skip to content

Commit

Permalink
Move the specification to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb authored Sep 10, 2024
1 parent 405f316 commit ba19beb
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,5 +1,5 @@
[build-system]
requires = ["setuptools==68.2.2", "wheel"]
requires = ["setuptools==68.2.2", "wheel", "numpy>=2.1.1", "scipy>=1.14.1"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup

if __name__ == "__main__":
setup(install_requires=["numpy>=2.1.1", "scipy>=1.14.1"])
setup()

0 comments on commit ba19beb

Please sign in to comment.