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