a | b/environment.yaml | ||
---|---|---|---|
1 | name: ai_genomics |
||
2 | channels: |
||
3 | - defaults |
||
4 | - conda-forge |
||
5 | dependencies: |
||
6 | - pip |
||
7 | - python=3.9 |
||
8 | - spacy |
||
9 | - boto3 |
||
10 | - s3fs=2022.5.0 |
||
11 | # Only put dependencies that are NOT available with pip here (e.g. graph-tool) |
||
12 | # or that enable extra functionality such as GPU/MKL support |