Skip to content

Commit

Permalink
avoid scipy 1.13.0
Browse files Browse the repository at this point in the history
as it breaks lapy
  • Loading branch information
m-reuter authored May 13, 2024
1 parent a1c60e0 commit c8c3ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
]
dependencies = [
'numpy',
'scipy',
'scipy!=1.13.0',
'pandas',
'lapy >= 1.0.0, <2',
'psutil'
Expand Down

0 comments on commit c8c3ed1

Please sign in to comment.