diff --git a/.circleci/config.yml b/.circleci/config.yml index 468bec6eee7d..1ab22d302314 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,7 +103,7 @@ commands: - run: name: Install Python dependencies command: | - python -m pip install --user meson-python pybind11 + python -m pip install --user meson-python numpy pybind11 setuptools-scm python -m pip install --user \ numpy<< parameters.numpy_version >> \ -r requirements/doc/doc-requirements.txt diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cb5be2379091..2ad9a7821b5c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -135,7 +135,7 @@ stages: - bash: | python -m pip install --upgrade pip - python -m pip install --upgrade meson-python pybind11 + python -m pip install --upgrade meson-python numpy pybind11 setuptools-scm python -m pip install -r requirements/testing/all.txt -r requirements/testing/extra.txt displayName: 'Install dependencies with pip' diff --git a/meson.build b/meson.build index 21bc0ae95580..c022becfd9d9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'matplotlib', 'c', 'cpp', - version: '3.9.0.dev0', + version: run_command(find_program('python3'), '-m', 'setuptools_scm', check: true).stdout().strip(), # qt_editor backend is MIT # ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is CC0 # Carlogo, STIX and Computer Modern is OFL
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: