Skip to content

Commit 7dc2490

Browse files
Add missing enviroment file for gpu installation on windows
1 parent b62ac1a commit 7dc2490

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

environment_gpu_win.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
channels:
2+
- pytorch
3+
- nvidia
4+
- conda-forge
5+
name:
6+
synapse-net
7+
dependencies:
8+
- bioimageio.core
9+
- kornia
10+
# This pin is necessary because later nifty versions have import errors on windows.
11+
- nifty =1.2.1=*_4
12+
- magicgui
13+
- napari
14+
- protobuf <5
15+
- pip
16+
- pyqt
17+
- python-elf
18+
- pytorch
19+
- pytorch-cuda>=11.7 # you may need to update the cuda version to match your system
20+
- torchvision
21+
- tensorboard
22+
- torch_em
23+
- trimesh
24+
- pip:
25+
- napari-skimage-regionprops

0 commit comments

Comments
 (0)