File size: 365 Bytes
e47f237
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
name: base
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.10
  - pip
  - rdkit
  - pandas
  - numpy
  - scipy
  - scikit-learn
  - nomkl
  - flask=2.2.5
  - werkzeug=2.2.3
  - jinja2
  - itsdangerous
  - markupsafe
  - wtforms=2.3.3
  - fastapi
  - uvicorn
  - gunicorn
  - aiofiles
  - httptools
  - uvloop
  - websockets
  - httpx
  - requests