Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python bindings: add a pyproject.toml with numpy as a build requirement #8926

Merged
merged 9 commits into from
Dec 14, 2023

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    bc4e370 View commit details
    Browse the repository at this point in the history
  2. Python bindings: make absence of numpy at build time an error by defa…

    …ult, unless the GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY env var is set (refs OSGeo#8069)
    rouault committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c86ca7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99fe5a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    442b785 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59ff2eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f17a7bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    927aaf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. pyproject.toml: set build-system.requires to ["setuptools>=61.0.0", "…

    …oldest-supported-numpy", "wheel"]
    rouault committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    feb8bed View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    0be30ab View commit details
    Browse the repository at this point in the history