From 3a1aef9e87020b238669d838b50ec0bb18c2685c Mon Sep 17 00:00:00 2001 From: Calvin Chai Date: Thu, 21 Nov 2024 10:41:35 -0500 Subject: [PATCH] Update conda.yaml --- conda.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conda.yaml b/conda.yaml index 152eb45..229ac5b 100644 --- a/conda.yaml +++ b/conda.yaml @@ -2,7 +2,7 @@ name: linc-convert channels: - conda-forge dependencies: - - python + - python=3.10 - ipython - typer - numpy @@ -10,5 +10,9 @@ dependencies: - zarr - nibabel - tifffile + - tensorstore + - pytest + - ruff + - tifffile - pip: - cyclopts