-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathenvironment.yml
49 lines (48 loc) · 1.3 KB
/
environment.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
46
47
48
49
name: packt
channels:
- conda-forge
- anaconda
dependencies:
- anaconda:python=3.7.3
- anaconda:scikit-learn==0.21.2
- anaconda:ipython==7.7.0
- anaconda:jupyter>=1.0.0
- anaconda:jupyterlab==1.1.0
- anaconda:pandas==0.24.2
- anaconda:numpy=1.16.4
- anaconda:pytest==4.4.0
- anaconda:dask==1.2.2
- anaconda:datashader==0.7.0
- anaconda:line_profiler==2.1.2
- anaconda:matplotlib==3.1.1
- conda-forge:black==19.3b0
- conda-forge:requests==2.22.0
- conda-forge:geopandas==0.5.1
- conda-forge:descartes==1.1.0
- conda-forge:pydotplus==2.0.2
- conda-forge:rtree==0.8.3
- conda-forge:tqdm==4.35.0
- conda-forge:ujson==1.35
- conda-forge:hypothesis=4.32.3
- conda-forge:luigi=2.8.7
- conda-forge:altair=3.2.0
- conda-forge:missingno==0.4.2
- conda-forge:fastapi==0.35.0
- conda-forge:pydantic==0.30
- conda-forge:locust==0.8
- conda-forge:vdom==0.6
- conda-forge:sqlalchemy==1.3.8
- conda-forge:beautifulsoup4=4.8.0
- conda-forge:boto3==1.9.199
- conda-forge:chalice==1.9.1
- conda-forge:uvicorn==0.5.1
- conda-forge:numba==0.44.1
- conda-forge:cookiecutter
- conda-forge:poetry==0.12.16
- conda-forge:sphinx==2.2.0
- conda-forge:graphviz==2.40.1
- conda-forge:python-graphviz==0.12
- conda-forge:pre-commit==1.18.3
- pip
- pip:
- dvc==0.54.1