-
Notifications
You must be signed in to change notification settings - Fork 2
/
salmon.yml
45 lines (45 loc) · 1.04 KB
/
salmon.yml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: salmon
channels:
- conda-forge
- defaults
- anaconda
- bokeh
dependencies:
- python==3.8.*
- pip
- numpy>=1.18.0
- scipy
- pandas>=1.0.1
- Cython
- scikit-learn
- dask>=2021.02.0
- distributed>=2021.02.0
- click >= 6.6, <= 8.0.4 # https://github.com/dask/distributed/pull/6014
- lz4 # for dask
- python-blosc # for dask
- ujson
- bokeh==2.0.1 # because templates/dashboard.html requires this version
- jinja2<3.1.0
- sphinx_rtd_theme
- sphinx>=4.0.0
- pip:
- pyyaml
- fastapi[all]
- rejson
- httpx
- aiofiles
- skorch>=0.8.0
- pyarrow
- fastparquet
- dask-ml
- cloudpickle
- redis==3.5.* # https://github.com/RedisJSON/redisjson-py/issues/67
- matplotlib
- gunicorn
- python-multipart # optional dep required by gunicorn for HTML forms
- numpydoc
- pytest
- jupyter-server-proxy # to view Dask dashboard
- autodoc_pydantic # to show config docs
- torch --extra-index-url https://download.pytorch.org/whl/cpu
- starlette_exporter