generated from berkeley-dsep-infra/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
environment.yml
48 lines (44 loc) · 1.23 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
dependencies:
#- nodejs==15.*
- pip==20.2.*
- python==3.11.*
# Packages ported from infra-reqs
- jupyterhub==4.1.6
- jupyter-resource-usage==1.0.1
- nbgitpuller==1.2.1
- syncthing==1.18.6
# data8
- datascience==0.17.6
- folium==0.15.1
- jupyter-archive==3.4.0
- jupyterlab==4.0.11
- jupyter_server==2.7.0
- matplotlib==3.8.*
- nbclassic==1.0.0
- notebook==7.0.7
- otter-grader==4.3.4 # Based on request from ericvd and sean.morris
- ipympl==0.9.4
- ipywidgets==8.0.7
- pandas==2.2.2
- scipy==1.11.3
- statsmodels==0.14.1
- seaborn==0.11.2
# Otter is pulled in via infra-requirements.txt, since it's present in all hubs
# Spring 2023 https://github.com/berkeley-dsep-infra/datahub/issues/4291
- ipykernel==6.19.4
# bug w/notebook and traitlets: https://github.com/jupyter/notebook/issues/7048
- traitlets=5.9.*
# Items not in conda forge
- pip:
- attrs==23.2.0
- jupyter-tree-download==1.0.1
# Export notebooks as PDFs with Chrome
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
# Enable webpdf export DH-325
- nbconvert[webpdf]==7.16.4
# Conda only has 0.12.0
- okpy==1.18.1
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2