From 2731b50ce500a99f1569c7911d891afd611e8053 Mon Sep 17 00:00:00 2001 From: fynnbe Date: Thu, 21 Mar 2024 17:30:01 +0100 Subject: [PATCH] fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8aa9a383..f5b471d1 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ packages=find_packages(exclude=["tests"]), install_requires=[ "bioimageio.core @ git+https://github.com/bioimage-io/core-bioimage-io-python@5299d232f26457ff71f40376620dc24681b34533", # TODO: change to released version - "bioimageio.spec, + "bioimageio.spec", "fire", "loguru", "minio==7.2.4",