Skip to content

Commit

Permalink
MAINT: avoiding duplicate entries in the requirement files
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Jul 24, 2024
1 parent d142d95 commit a912fff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade -r requirements.txt
python -m pip install --upgrade -r requirements_doc.txt
- name: Install module
run: |
Expand Down
4 changes: 0 additions & 4 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
numpy
scipy
cython
alg3dpy
sphinx
numpydoc
pydata-sphinx-theme

0 comments on commit a912fff

Please sign in to comment.