Skip to content

Commit

Permalink
switch build to use oldest-supported-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 6, 2023
1 parent 24ba56a commit 95ce4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flydra_analysis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ wt0803 = "flydra_analysis.a2.conditions_draw:wt0803"

[build-system]
# following advice in https://stackoverflow.com/a/66479252
requires = ["setuptools >= 61", "cython >= 0.29", "numpy"]
requires = ["setuptools >= 61", "cython >= 0.29", "oldest-supported-numpy"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
Expand Down
2 changes: 1 addition & 1 deletion flydra_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flydra_analysis_flip_calibration = "flydra_core.reconstruct:flip_calibration"

[build-system]
# following advice in https://stackoverflow.com/a/66479252
requires = ["setuptools >= 61", "cython >= 0.29", "numpy"]
requires = ["setuptools >= 61", "cython >= 0.29", "oldest-supported-numpy"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
Expand Down

0 comments on commit 95ce4b7

Please sign in to comment.