File size: 339 Bytes
24f6204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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