Skip to content

Commit

Permalink
Build using backward-compatible numpy API (#5)
Browse files Browse the repository at this point in the history
* Build using backward-compatible numpy API

* Add deprecated oldest-supported-numpy
  • Loading branch information
ddelange authored Sep 13, 2024
1 parent 10976ee commit be5fcf2
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 = [
"oldest-supported-numpy",
"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 be5fcf2

Please sign in to comment.