aboutsummaryrefslogtreecommitdiff
path: root/TensorFlowEnvironment.yml
blob: 80d1b31a26f3294f5c365fc84564db80c4c827cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: tf_112

dependencies:
 - python
 - tensorflow-gpu
 - cudatoolkit==11.2
 - ipykernel
 - tqdm
 - tifffile
 - scipy
 - pandas
 - matplotlib
 - scikit-learn==1.0.2
 - scikit-image
 - seaborn

channel_priority: strict
channels:
 - pyg
 - nvidia
 - pytorch
 - conda-forge
 - anaconda
 - defaults
 - nodefaults