We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62ac1a commit 7dc2490Copy full SHA for 7dc2490
environment_gpu_win.yaml
@@ -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
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