File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ commands:
103103 - run :
104104 name : Install Python dependencies
105105 command : |
106- python -m pip install --user meson-python numpy pybind11 setuptools-scm
106+ python -m pip install --user ".[dev]"
107107 python -m pip install --user \
108108 numpy<< parameters.numpy_version >> \
109109 -r requirements/doc/doc-requirements.txt
Original file line number Diff line number Diff 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 numpy pybind11 setuptools-scm
138+ python -m pip install --upgrade ".[dev]"
139139 python -m pip install -r requirements/testing/all.txt -r requirements/testing/extra.txt
140140 displayName: 'Install dependencies with pip'
141141
Original file line number Diff line number Diff line change @@ -22,3 +22,7 @@ sphinx-gallery>=0.12.0
2222sphinx-copybutton
2323sphinx-design
2424sphinx-tags>=0.3.0
25+ meson-python
26+ numpy
27+ pybind11
28+ setuptools-scm
You can’t perform that action at this time.
0 commit comments