Skip to content

Commit

Permalink
lower min python to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed May 14, 2020
1 parent 99ef7ca commit 6f1d1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ requirements:
- setuptools
- pip
run:
- python>=3.7.6
- python>=3.6
- click>=7.0
- numpy>=1.17.5
- pandas>=1.0.0
- pip>=20.0.2
- pysam>=0.15.4
- pysam>=0.15.2
- scipy>=1.4.1
- statsmodels>=0.11.0
- matplotlib>=3.1.1
Expand Down

0 comments on commit 6f1d1c7

Please sign in to comment.