mirror of
https://github.com/samsledje/D-SCRIPT.git
synced 2026-06-04 15:04:24 +08:00
25 lines
289 B
YAML
25 lines
289 B
YAML
name: dscript
|
|
|
|
channels:
|
|
- pytorch
|
|
- conda-forge
|
|
|
|
dependencies:
|
|
- python>=3.10
|
|
- pip
|
|
- pytorch>=1.13
|
|
- biotite==1.2.0
|
|
- h5py
|
|
- huggingface_hub
|
|
- matplotlib
|
|
- numpy
|
|
- pandas
|
|
- scikit-learn
|
|
- scipy
|
|
- seaborn
|
|
- setuptools
|
|
- tqdm
|
|
- loguru
|
|
- pip:
|
|
- -e .
|