diff --git a/conda-enviroment.yaml b/conda-enviroment.yaml index ddbd0fb..186bee1 100644 --- a/conda-enviroment.yaml +++ b/conda-enviroment.yaml @@ -22,4 +22,3 @@ dependencies: - pytest - tqdm - pyahocorasick - - bioconda::deeplc diff --git a/setup.py b/setup.py index c2cfbf1..9565dfc 100644 --- a/setup.py +++ b/setup.py @@ -34,8 +34,7 @@ def readme(): 'pyopenms', 'matplotlib', 'tqdm', - 'pyahocorasick', - 'deeplc' + 'pyahocorasick' ], python_requires=">=3.6", scripts=['pypgatk/pypgatk_cli.py'],