Skip to content

Commit

Permalink
bump: test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Nov 14, 2023
1 parent 15b4aaf commit 97d8f9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_install-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Verify package
run: |
pip install twine==3.2
pip install -r tests/requirements.txt
twine check dist/*
python setup.py clean
Expand Down
14 changes: 6 additions & 8 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
pytest>6.0
pytest-cov>2.10
scikit-learn>=0.17
phmdoctest>1.0
pytest >6.0
pytest-cov >2.10
scikit-learn >=0.17
phmdoctest >1.0
dataclasses # needed for phmdoctest

flake8
check-manifest
twine>=3.2
isort>=5.0
mypy>=0.790
twine >=3.2
mypy >=1.0

0 comments on commit 97d8f9e

Please sign in to comment.