Skip to content

Commit

Permalink
Specify numpy>=1.0.0,<3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stoops committed Nov 18, 2024
1 parent 4e2874b commit 79a8380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[build-system]
requires = ["setuptools", "setuptools-scm", "numpy", "wheel", "build"]
requires = ["setuptools", "setuptools-scm", "numpy>=1.0.0,<3.0.0", "wheel", "build"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Physics",
]
dependencies = ["numpy"]
dependencies = ["numpy>=1.0.0,<3.0.0"]
dynamic = ["version"]

[project.optional-dependencies]
Expand Down

0 comments on commit 79a8380

Please sign in to comment.