Skip to content

Commit

Permalink
Increase minimum scikit-bio version
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Jan 11, 2023
1 parent d663912 commit 50fbed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ channels:
dependencies:
- "python>=3.7"
- pybind11
- "scikit-bio>=0.5"
- "scikit-bio>=0.5.8"
- "scikit-learn>=0.24"
- numpy
- "scipy<1.9"
- scipy
- h5py
- matplotlib
- pysam
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ def build_extensions(self):
],
install_requires=[
'numpy',
'scipy<1.9',
'scipy',
'h5py',
'intervaltree',
'matplotlib',
'scikit-bio>=0.5',
'scikit-bio>=0.5.8',
'scikit-learn>=0.24',
'pysam',
],
Expand Down

0 comments on commit 50fbed1

Please sign in to comment.