Skip to content

Commit

Permalink
numpy versions for python3.12 from BerkeleyAutomation/python-fcl#70
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Aug 24, 2023
1 parent 742533f commit ec3c91c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[build-system]
requires = ["setuptools>=59.0", "cython<3", "numpy"]
requires = [
"setuptools>=59.0",
"Cython<3.0",
"oldest-supported-numpy; python_version<'3.12'",
"numpy>=1.26.0b1; python_version>='3.12'"
]

build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit ec3c91c

Please sign in to comment.