Skip to content

Commit

Permalink
move requirements around to satisfy optional tests installation
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Sep 20, 2023
1 parent 0233959 commit ecb5707
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .github/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
numpy==1.24.4
scipy==1.10.1
rowan==1.2
pytest==7.4.2
pytest-cov==4.1.0
hypothesis==6.86.2
matplotlib==3.7.3
miniball==1.2.0
plato-draw==1.12.0
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install -r tests/requirements.txt
python -m pip install -r .github/requirements.txt
- name: Install package
run: |
python --version
Expand Down
15 changes: 6 additions & 9 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
numpy==1.24.4
scipy==1.10.1
rowan==1.2
pytest==7.4.2
pytest-cov==4.1.0
hypothesis==6.86.2
matplotlib==3.7.3
miniball==1.2.0
plato-draw==1.12.0
pytest
pytest-cov
hypothesis[numpy]
matplotlib
miniball
plato-draw

0 comments on commit ecb5707

Please sign in to comment.