Files
D-SCRIPT/environment.yml
2024-09-13 11:11:19 -04:00

24 lines
289 B
YAML

name: dscript
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- pip=20.0
- cudatoolkit=10.2
- python=3.7
- pytorch=1.11
- biopython
- h5py
- huggingface_hub
- matplotlib
- numpy
- pandas
- scikit-learn
- scipy
- seaborn
- setuptools
- tqdm