Skip to content

Commit

Permalink
BLD: pin scipy < 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Oct 20, 2022
1 parent 85bdddf commit 00a7d51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
# SparseDataFrame is dead, long live DataFrame
"pandas >= 1",
"scikit-bio > 0.5.3",
# Due to scikit-bio problems -- pinning to < 1.9.0. Should be hopefully
# fixed when a new scikit-bio release comes out.
# (https://github.com/biocore/scikit-bio/issues/1818)
"scipy >= 1.3.0, < 1.9.0",
],
# Based on how Altair splits up its requirements:
# https://github.com/altair-viz/altair/blob/master/setup.py
Expand Down

0 comments on commit 00a7d51

Please sign in to comment.