Skip to content

Commit

Permalink
Update conda environment configs
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-yu committed Dec 4, 2024
1 parent 1675825 commit 733afbb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions stardist/environment-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: run-stardist-dev
channels:
- conda-forge
- default
dependencies:
- python>=3.10 # for `|` in pydantic
# - tensorflow
- stardist
- wandb
- pydantic<2
- pip:
- -e .
8 changes: 5 additions & 3 deletions stardist/environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: stardist
name: run-stardist
channels:
- qin-yu
- conda-forge
- default
dependencies:
- python>=3.10 # for `|` in pydantic
- tensorflow-gpu
- tensorflow
- stardist
- wandb
- pydantic
- pydantic<2
- run-stardist

0 comments on commit 733afbb

Please sign in to comment.