From 689ee12ce1bc18a7bfde8e94eddeb1c173338bf7 Mon Sep 17 00:00:00 2001 From: Teun Huijben <45037215+TeunHuijben@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:14:16 -0800 Subject: [PATCH 1/2] Update README.md update python readme --- python/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/python/README.md b/python/README.md index 92ccfe90..45a4ca19 100644 --- a/python/README.md +++ b/python/README.md @@ -5,15 +5,10 @@ ----- -## Table of Contents - -- [Installation](#installation) -- [License](#license) - ## Installation ```console -pip install intracktive +pip install git+https://github.com/royerlab/inTRACKtive.git@main#subdirectory=python ``` ## License From 569a930704cfe5670d5a7426a149a146c879cdf0 Mon Sep 17 00:00:00 2001 From: Teun Huijben <45037215+TeunHuijben@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:23:33 -0800 Subject: [PATCH 2/2] python zarr<3 in pyproject (#154) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 24d556b0..4b960883 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "scipy", "scikit-image", "pandas", - "zarr" + "zarr<3" ] [project.urls]