Skip to content

Commit

Permalink
Remove explicit numpy reference in build requirements for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed Oct 23, 2024
1 parent 1086904 commit 824481f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[build-system]
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "cython",
"oldest-supported-numpy; python_version<='3.8'",
"numpy>=2.0,<3; python_version>'3.8'"]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 824481f

Please sign in to comment.