From 401397076c3b668f90107bebbb9ff6d5952335c1 Mon Sep 17 00:00:00 2001 From: aineniamh Date: Sat, 12 Dec 2020 12:40:56 +0000 Subject: [PATCH] updating to python 3.7 --- environment.yml | 2 +- pangolin/__init__.py | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 54aec27..e3586c9 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/pangolin/__init__.py b/pangolin/__init__.py index 14d8abc..c5fab8f 100644 --- a/pangolin/__init__.py +++ b/pangolin/__init__.py @@ -1,2 +1,2 @@ _program = "pangolin" -__version__ = "2.0.11" \ No newline at end of file +__version__ = "2.1.0" \ No newline at end of file diff --git a/setup.py b/setup.py index 741dcdb..44192d0 100644 --- a/setup.py +++ b/setup.py @@ -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' ],