From 411247336a05a11b05358b64e43fb95966b4438c Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Mon, 16 Oct 2023 11:28:56 -0400 Subject: [PATCH] chore: remove nextflow pip package it doesn't actually provide nextflow --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b3e76d..f594f36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,6 @@ classifiers = [ ] requires-python = ">=3.7" dependencies = [ - "nextflow >= 0.4.0", "pyyaml >= 6.0", "Click >= 8.1.3", ]