Docking_project / environment /environment.yml
QPromaQ's picture
Reset repository and upload final project (part 29)
24f6204 verified
Raw
History Blame Contribute Delete
339 Bytes
name: docking_pipeline
channels:
- conda-forge
dependencies:
- python=3.11
- numpy
- pandas
- scipy
- scikit-learn
- xgboost
- pyyaml
- pydantic
- rich
- typer
- pyarrow
- joblib
- biopython
- rdkit
- networkx
- matplotlib
- tqdm
- requests
- pytest
- pip
- pip:
- typing-extensions>=4.10