Skip to content

Commit

Permalink
updating to python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed Dec 12, 2020
1 parent 1c607de commit 4013970
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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:
- mafft
- minimap2
- pip=19.3.1
- python=3.6
- python=3.7
- snakemake-minimal=5.13
- pip:
- pandas==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion pangolin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
_program = "pangolin"
__version__ = "2.0.11"
__version__ = "2.1.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
install_requires=[
"biopython>=1.70",
"dendropy>=4.4.0",
"pytools>=2020.1",
"pytools==2020.1",
'pandas>=1.0.1',
"wheel>=0.34",
'joblib>=0.11',
'scikit-learn>=0.23.1',
'scikit-learn==0.23.1',
"PuLP>=2",
'pysam>=0.15.4'
],
Expand Down

0 comments on commit 4013970

Please sign in to comment.