EpHod / conf /environment_upstream.yml
wuxing0105's picture
Upload folder using huggingface_hub
bae5726 verified
Raw
History Blame Contribute Delete
377 Bytes
name: env
channels:
- conda-forge
- bioconda
- pytorch
- defaults
dependencies:
- python=3.8.8
- pytorch=1.7.0
- wget
- pip
- pip:
- fair-esm==1.0.2
- transformers
- sentencepiece
- h5py
- scikit-learn==0.23.2
- numpy==1.19.1
- biopython==1.79
- pandas==1.1.3
- xlrd
- openpyxl
- matplotlib
- ipython
- tqdm