From a97b17dc92292a3d957b8ad778b77b6aff16ebfd Mon Sep 17 00:00:00 2001 From: Jordao Bragantini Date: Mon, 21 Oct 2024 15:04:21 -0700 Subject: [PATCH] fixing environment on OSX arm --- environment.yml | 5 ++--- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 1115802..1f49368 100644 --- a/environment.yml +++ b/environment.yml @@ -18,10 +18,9 @@ dependencies: - jupyter - nodejs - pip - - pyqt - higra - pip: - py-ctcmetrics - - napari - - git+https://github.com/royerlab/ultrack + - napari[all] + - ultrack - napari-plot-profile diff --git a/requirements.txt b/requirements.txt index 192bdd9..8dd405d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ napari-animation matplotlib py-ctcmetrics cellpose -git+https://github.com/royerlab/ultrack +ultrack