14 lines
358 B
Bash
14 lines
358 B
Bash
set -e
|
|
|
|
# Graph
|
|
conda install -y pyg==2.0.4 -c pyg
|
|
conda install -y rdkit=2021.09.4=py39hccf6a74_0 -c conda-forge
|
|
conda install -y nltk
|
|
|
|
# Speech and NLP
|
|
conda install -y sentencepiece textgrid typeguard -c conda-forge
|
|
conda install -y transformers==4.16.2 tokenizers==0.10.3 datasets -c huggingface -c conda-forge
|
|
|
|
# Tabular
|
|
conda install -y openml==0.12.2
|