From a40265e0becc054d8fd777e0437790871d55ab56 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Fri, 19 Apr 2024 17:41:45 +0100 Subject: [PATCH] remove unnecesary code --- conda-enviroment.yaml | 1 - setup.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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'],