Skip to content

Commit 733afbb

Browse files
committed
Update conda environment configs
1 parent 1675825 commit 733afbb

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

stardist/environment-dev.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: run-stardist-dev
2+
channels:
3+
- conda-forge
4+
- default
5+
dependencies:
6+
- python>=3.10 # for `|` in pydantic
7+
# - tensorflow
8+
- stardist
9+
- wandb
10+
- pydantic<2
11+
- pip:
12+
- -e .

stardist/environment.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: stardist
1+
name: run-stardist
22
channels:
3+
- qin-yu
34
- conda-forge
45
- default
56
dependencies:
67
- python>=3.10 # for `|` in pydantic
7-
- tensorflow-gpu
8+
- tensorflow
89
- stardist
910
- wandb
10-
- pydantic
11+
- pydantic<2
12+
- run-stardist

0 commit comments

Comments
 (0)