Diff of /environment.yaml [000000] .. [f8624c]

Switch to side-by-side view

--- a
+++ b/environment.yaml
@@ -0,0 +1,12 @@
+name: ai_genomics
+channels:
+  - defaults
+  - conda-forge
+dependencies:
+  - pip
+  - python=3.9
+  - spacy
+  - boto3
+  - s3fs=2022.5.0
+  # Only put dependencies that are NOT available with pip here (e.g. graph-tool)
+  # or that enable extra functionality such as GPU/MKL support