From fcea42d1e0a2e6ab2f9328a2f85987c4104f9740 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell Date: Sat, 6 Mar 2021 12:46:08 -0500 Subject: [PATCH] travis fixes --- .travis.yml | 2 +- requirements.txt | 6 +----- setup.cfg | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index b406190..26ca3d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - conda config --add channels defaults - conda config --add channels bioconda - conda config --add channels conda-forge - - conda install blast pytest + - conda install --yes blast pytest - pip install . script: - pytest diff --git a/requirements.txt b/requirements.txt index b5ba381..18baf41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,4 @@ -six -pandas>=0.20.3 -scikit-learn -scikit-bio +pandas dna_features_viewer tqdm -suffix-trees statsmodels diff --git a/setup.cfg b/setup.cfg index 0ddb90b..3f8ea3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,6 @@ classifiers = packages = find: python_requires = >=3.3 install_requires = - six, pandas dna_features_viewer tqdm