Skip to content

Commit

Permalink
Force SciPy version <1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Aug 3, 2022
1 parent 613d165 commit 166866b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- "scikit-bio>=0.5"
- "scikit-learn>=0.24"
- numpy
- scipy
- "scipy<1.9"
- h5py
- matplotlib
- pysam
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def build_extensions(self):
],
install_requires=[
'numpy',
'scipy',
'scipy<1.9',
'h5py',
'intervaltree',
'matplotlib',
Expand Down

0 comments on commit 166866b

Please sign in to comment.