Skip to content

Commit

Permalink
update dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Sep 4, 2024
1 parent 084026d commit 5ced8b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
pip install .
- name: Install additional dependencies for tests
run: |
pip install nbmake pytest
pip install -r docs/requirements_docs.txt
pip install typing_extensions
pip install -r requirements_dev.txt
pip install coverage
- name: Print pip freeze
run: |
Expand Down
5 changes: 4 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# only needed for local development
# only needed for local development and testing
jupyter==1.1.1
nbmake==1.5.4
pre-commit==3.5.0
pytest==8.3.2

0 comments on commit 5ced8b1

Please sign in to comment.