Skip to content

Commit

Permalink
Add scipy to the testing environment requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Oct 12, 2023
1 parent d6eb427 commit 36d2040
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements/test.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-r base.in
-r extra.in
scipy
pytest
pytest-cov
pytest-xdist
12 changes: 7 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:9982cf5a9dd835ca57251e3dac244292199f22e1
# SHA1:dc2bc3cc1deab915f302e8b4464480c77d7fc324
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -7,17 +7,17 @@
#
-r base.txt
-r extra.txt
coverage[toml]==7.2.7
coverage[toml]==7.3.2
# via pytest-cov
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
execnet==2.0.2
# via pytest-xdist
iniconfig==2.0.0
# via pytest
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pytest==7.4.0
pytest==7.4.2
# via
# -r test.in
# pytest-cov
Expand All @@ -26,6 +26,8 @@ pytest-cov==4.1.0
# via -r test.in
pytest-xdist==3.3.1
# via -r test.in
scipy==1.11.3
# via -r test.in
tomli==2.0.1
# via
# coverage
Expand Down

0 comments on commit 36d2040

Please sign in to comment.