From 5a7da675aeee6009486c5abdc08647acba1f4ec2 Mon Sep 17 00:00:00 2001 From: gordonkoehn Date: Wed, 26 Jul 2023 13:26:10 +0200 Subject: [PATCH] changed to updated fork scphylo 0.0.4 on gordonkoehn --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 356117d7..f4eca325 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ jaxlib = "^0.4.4" numpy = "^1.23.0" typing-extensions = "^4.5.0" llvmlite = "^0.39.1" -scphylo-tools = {git = "https://github.com/pawel-czyz/scphylo-tools.git"} +scphylo-tools = {git = "https://github.com/gordonkoehn/scphylo-tools.git"} pydot = "^1.4.2" matplotlib = "^3.7.1" xarray = "^2023.4.2"