Skip to content

Commit d45dfbb

Browse files
authored
Merge pull request #28036 from QuLogic/version-tags
BLD: Fetch version from setuptools_scm at build time
2 parents ea8e95e + d3deb6b commit d45dfbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ commands:
103103
- run:
104104
name: Install Python dependencies
105105
command: |
106-
python -m pip install --user meson-python pybind11
106+
python -m pip install --user meson-python numpy pybind11 setuptools-scm
107107
python -m pip install --user \
108108
numpy<< parameters.numpy_version >> \
109109
-r requirements/doc/doc-requirements.txt

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ stages:
135135
136136
- bash: |
137137
python -m pip install --upgrade pip
138-
python -m pip install --upgrade meson-python pybind11
138+
python -m pip install --upgrade meson-python numpy pybind11 setuptools-scm
139139
python -m pip install -r requirements/testing/all.txt -r requirements/testing/extra.txt
140140
displayName: 'Install dependencies with pip'
141141

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'matplotlib',
33
'c', 'cpp',
4-
version: '3.9.0.dev0',
4+
version: run_command(find_program('python3'), '-m', 'setuptools_scm', check: true).stdout().strip(),
55
# qt_editor backend is MIT
66
# ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is CC0
77
# Carlogo, STIX and Computer Modern is OFL

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy