Skip to content

Commit

Permalink
MNT: Add meson-python, numpy, pybind11 and setuptools-scm in
Browse files Browse the repository at this point in the history
     requirements/doc/doc-requirements.txt
    * Update the CI build files to refer to the requirments file rather than
      installing dependencies manually
  • Loading branch information
abhi-jha committed May 12, 2024
1 parent 46b39ab commit 8de76ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ commands:
- run:
name: Install Python dependencies
command: |
python -m pip install --user meson-python numpy pybind11 setuptools-scm
python -m pip install --user ".[dev]"
python -m pip install --user \
numpy<< parameters.numpy_version >> \
-r requirements/doc/doc-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ stages:
- bash: |
python -m pip install --upgrade pip
python -m pip install --upgrade meson-python numpy pybind11 setuptools-scm
python -m pip install --upgrade ".[dev]"
python -m pip install -r requirements/testing/all.txt -r requirements/testing/extra.txt
displayName: 'Install dependencies with pip'
Expand Down
4 changes: 4 additions & 0 deletions requirements/doc/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ sphinx-copybutton
sphinx-design
sphinx-gallery>=0.12.0
sphinx-tags>=0.3.0
meson-python
numpy
pybind11
setuptools-scm

0 comments on commit 8de76ce

Please sign in to comment.