[f8624c]: / environment.yaml

Download this file

13 lines (12 with data), 276 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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