Skip to content

Commit

Permalink
pytest cov in reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
itrharrison committed Aug 1, 2024
1 parent 836c9d9 commit d689681
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies = [
"numpy",
"scipy>=1.6",
"pandas", # to remove
"pytest-cov",
"astropy",
"cobaya",
"sacc",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
numpy
scipy>=1.6
pandas
pytest-cov
scikit-learn
pyyaml
py-bobyqa
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ extras =
all: all

commands =
conda activate soliket-tests
conda info
conda list
pip freeze
Expand Down

0 comments on commit d689681

Please sign in to comment.