Skip to content

Commit

Permalink
update scipy version in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Apr 5, 2024
1 parent 3f4b6a2 commit 4e5ad60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requires = [
"plotly",
"psutil",
"pyopenms",
"scipy",
"scipy>=1.12.0",
"streamlit>=1.30.0",
"streamlit-javascript",
"tk",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
plotly
psutil
pyopenms
scipy
scipy>=1.12.0
streamlit>=1.30.0
streamlit-javascript
tk
Expand Down

0 comments on commit 4e5ad60

Please sign in to comment.