From 52b3fda0d0bfaa5ebe4d5b64b322089ac3bb7fda Mon Sep 17 00:00:00 2001 From: rhoadesScholar Date: Sun, 10 Mar 2024 17:29:36 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=99=88=20Update=20daisy=20dependen?= =?UTF-8?q?cy=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5265918ac..9b91184fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "attrs", "bokeh", "numpy-indexed>=0.3.7", - "daisy @ git+https://github.com/funkelab/daisy/tree/dev/master", + "daisy @ git+https://github.com/funkelab/daisy@dev/master", "funlib.math>=0.1", "funlib.geometry>=0.2", "mwatershed>=0.1",