From 2e19fc85b000746ea2d4c8e51d17651d04330108 Mon Sep 17 00:00:00 2001 From: Vasu Jaganath Date: Wed, 16 Oct 2024 12:29:59 -0400 Subject: [PATCH] pypi release prep 015 --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9df3db9..07b41b91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,11 +105,6 @@ runners = [ "toil[cwl]", "cwl-utils", ] -runners-src = [ - "toil[cwl] @ git+https://github.com/sameeul/toil.git", - "cwltool @ git+https://github.com/sameeul/cwltool.git", - "cwl-utils @ git+https://github.com/sameeul/cwl-utils.git", -] # See docs/requirements.txt doc = [ "sphinx", @@ -119,7 +114,6 @@ doc = [ plots = ["matplotlib"] cyto = ["ipycytoscape"] # only for DAG visualization all_except_runner_src = ["sophios[test,doc,plots,cyto,mypy-types]"] -all = ["sophios[test,doc,plots,cyto,runners-src,mypy-types]"] [project.scripts] sophios = "sophios.main:main"