From 0c4fba48afcc8784f06b1ab90e82c37bfa2a5f83 Mon Sep 17 00:00:00 2001 From: Till Hartmann Date: Mon, 3 Feb 2025 13:54:42 +0100 Subject: [PATCH] chore: fix duplicate biomedsheets dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 875ef02..95abfe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ dynamic = ["version"] dependencies = [ "argcomplete>=3.5.3", "attrs>=24.3.0", - "biomedsheets", "cattrs>=24.1.2", "cookiecutter==2.3.1", "cubi-isa-templates==0.1.1",