Skip to content

Commit

Permalink
Add back missing scipy dep (#1314)
Browse files Browse the repository at this point in the history
Accidentally removed it entirely instead of just removing the pin.
  • Loading branch information
dime10 authored Nov 19, 2024
1 parent 8cfc766 commit 634aa0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
f"jaxlib=={jax_version}",
"tomlkit; python_version < '3.11'",
"numpy!=2.0.0",
"scipy",
"diastatic-malt>=2.15.2",
]

Expand Down

0 comments on commit 634aa0c

Please sign in to comment.