Skip to content

Commit

Permalink
fix: downgrade scipy (I'm desperate, please work)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-aguzzi committed Jun 26, 2024
1 parent 1c3ef74 commit 62b8ef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ authors = [
]
dependencies = [
"numpy>=2.0.0",
"scipy>=1.14.0",
"matplotlib>=3.9.0",
"pandas>=2.2.2",
"seaborn>=0.13.2",
"openpyxl>=3.1.4",
"scikit-learn>=1.5.0",
"scipy==1.13.0",
"plotly>=5.22.0",
"beartype>=0.18.5",
"nbformat>=4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ rpds-py==0.18.1
# via referencing
scikit-learn==1.5.0
# via chemfusekit
scipy==1.14.0
scipy==1.13.0
# via chemfusekit
# via scikit-learn
seaborn==0.13.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rpds-py==0.18.1
# via referencing
scikit-learn==1.5.0
# via chemfusekit
scipy==1.14.0
scipy==1.13.0
# via chemfusekit
# via scikit-learn
seaborn==0.13.2
Expand Down

0 comments on commit 62b8ef5

Please sign in to comment.