-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathenvironment.yml
51 lines (51 loc) · 997 Bytes
/
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
name: lecture-datascience
channels:
- default
dependencies:
- python=3.12
- anaconda=2024.06
- pip
- pip:
# Build Requirements
- jupyter-book==1.0.3
- quantecon-book-theme==0.8.0 # jupyterhub links need to be the older style for datascience lectures
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==1.0.1
- ghp-import==1.1.0
- sphinxcontrib-youtube==1.3.0
- sphinx-togglebutton==0.3.1
- arviz==0.13.0
# Datascience Requirements
# - joblib
- interpolation
- networkx
- fiona
- geopandas
- pyLDAvis
- gensim
- folium
- descartes
# - pyarrow
- xgboost
- graphviz
- bokeh
- nltk
- pandas-datareader
- seaborn
- patsy
- pyarrow
- statsmodels
- quantecon
- quandl
- openpyxl
- plotly
- lxml
- scikit-learn
# - numba
- ipywidgets
# - scipy
- nasdaq-data-link
- anywidget
- conda:
- python-graphviz