Skip to content

Commit

Permalink
Add deprecated oldest-supported-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Sep 13, 2024
1 parent 9682734 commit 30719cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vaex-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[build-system]
# Minimum requirements for the build system to execute.
requires = [
"numpy~=1.25", # backward compatible build-system as of v1.25 ref https://numpy.org/doc/2.1/dev/depending_on_numpy.html#build-time-dependency#
"oldest-supported-numpy; python_version=='3.8'", # deprecated ref https://github.com/scipy/oldest-supported-numpy
"numpy~=1.25; python_version>'3.8'", # backward compatible build-system as of v1.25 ref https://numpy.org/doc/2.1/dev/depending_on_numpy.html#build-time-dependency#
"scikit-build",
"cmake",
"ninja"
Expand Down

0 comments on commit 30719cc

Please sign in to comment.