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 19a76c7
Show file tree
Hide file tree
Showing 3 changed files with 3 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 ".[build]"
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 ".[build]"
python -m pip install -r requirements/testing/all.txt -r requirements/testing/extra.txt
displayName: 'Install dependencies with pip'
Expand Down
1 change: 1 addition & 0 deletions requirements/dev/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r ../build/build-requirements.txt
-r ../doc/doc-requirements.txt
-r ../testing/all.txt
-r ../testing/extra.txt
Expand Down

0 comments on commit 19a76c7

Please sign in to comment.