Upload environment.yml with huggingface_hub
Browse files- environment.yml +26 -0
environment.yml
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: immunogold
|
| 2 |
+
channels:
|
| 3 |
+
- pytorch
|
| 4 |
+
- nvidia
|
| 5 |
+
- conda-forge
|
| 6 |
+
- defaults
|
| 7 |
+
dependencies:
|
| 8 |
+
- python=3.10
|
| 9 |
+
- pytorch>=2.0
|
| 10 |
+
- torchvision>=0.15
|
| 11 |
+
- torchaudio
|
| 12 |
+
- pytorch-cuda=11.8
|
| 13 |
+
- numpy>=1.24
|
| 14 |
+
- scipy>=1.10
|
| 15 |
+
- pandas>=2.0
|
| 16 |
+
- scikit-image>=0.21
|
| 17 |
+
- matplotlib>=3.7
|
| 18 |
+
- tifffile>=2023.4
|
| 19 |
+
- pyyaml>=6.0
|
| 20 |
+
- pip
|
| 21 |
+
- pip:
|
| 22 |
+
- albumentations>=1.3
|
| 23 |
+
- opencv-python-headless>=4.7
|
| 24 |
+
- tensorboard>=2.13
|
| 25 |
+
- wandb
|
| 26 |
+
- tqdm
|