aboutsummaryrefslogtreecommitdiff
path: root/TensorFlowEnvironment-cpu.yml
blob: 9ca9511dba768244e996112afa9b7fbc4dc70dcb (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_cpu

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

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