Skip to content

Commit

Permalink
remove pygrin from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Oct 8, 2023
1 parent 8a81c9d commit b303280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install package and dependencies
run: |
pip install -U pip setuptools wheel
pip install -r requirements.txt
pip install -e . # current package in editable mode
- name: Tests
run: |
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
matplotlib
numpy
pytest
pygrin

0 comments on commit b303280

Please sign in to comment.