Skip to content

Commit

Permalink
dev2: add environment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jul 15, 2024
1 parent 6a8b33f commit 5f7ba68
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev2/environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
channels:
- conda-forge
dependencies:
- napari
- pyqt
- 'numpy<2'
- tensorstore # loads dependencies
- zarr # loads dependencies
- pip
- pip:
- "--editable=git+https://github.com/will-moore/ome-zarr-py.git@zarr_v3_support#egg=ome-zarr"
- "--editable=git+https://github.com/zarr-developers/zarr-python.git@v3#egg=zarr"
- "--editable=git+https://github.com/ome/napari-ome-zarr.git@v3#egg=napari-ome-zarr"
- 'tensorstore>=0.1.63'

0 comments on commit 5f7ba68

Please sign in to comment.