-
Notifications
You must be signed in to change notification settings - Fork 13
/
environment.yml
52 lines (45 loc) · 1.13 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
50
51
# In terminal, run: conda env create -f environment.yml
# To update, run: conda env update -f environment.yml
name: lab_59_cust_lifetime_py
channels:
- anaconda
- conda-forge
- defaults
dependencies:
- python=3.7.1
- pip
- pip:
# Core Data
- numpy==1.20.2
- pandas==1.2.2
- plydata==0.4.3
# Visualization
- matplotlib==3.3.4
- plotnine==0.7.1
- mizani==0.7.2
- plotly==4.14.3
# Modeling & Machine Learning
- statsmodels
- scikit-learn==0.23.2
- xgboost==0.90
- sklearn-pandas==2.0.4
- scikit-misc==0.1.3
# API
- fastapi==0.63.0
- uvicorn==0.13.4
# Database
- sqlalchemy==1.4.7
# Jupyter
- jupyterlab==3.0.13
- jupyterlab-server==2.4.0
- jupyter-packaging==0.7.12
- jupyter-server==1.6.1 # Solves ImportError: cannot import name 'get_version_info' from 'jupyter_packaging'
- ipywidgets==7.6.3
- ipympl==0.7.0
- jupytext
- papermill==2.3.3
- nbconvert==5.6.1
# Apps
- streamlit==0.80.0
- dash==1.20.0
- dash_bootstrap_components==0.12.2