aboutsummaryrefslogtreecommitdiff
path: root/TensorFlowEnvironment-cpu.yml
diff options
context:
space:
mode:
Diffstat (limited to 'TensorFlowEnvironment-cpu.yml')
-rw-r--r--TensorFlowEnvironment-cpu.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/TensorFlowEnvironment-cpu.yml b/TensorFlowEnvironment-cpu.yml
new file mode 100644
index 0000000..9ca9511
--- /dev/null
+++ b/TensorFlowEnvironment-cpu.yml
@@ -0,0 +1,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