generated from berkeley-dsep-infra/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
environment.yml
39 lines (36 loc) · 890 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
channels:
- conda-forge
dependencies:
# Items required for basic level functionality
- gh-scoped-creds==4.1
- git==2.47.0
- jupyter-resource-usage==1.1.0
- jupyter_server==2.14.2
- jupyterhub==4.1.6
- jupyterlab==4.2.5
- jupyterlab-git==0.50.1
- jupytext==1.16.4
- nbgitpuller==1.2.1
- notebook==7.2.2
- python==3.11.*
# Other items
- jupyter-server-proxy==4.4.0
- syncthing==1.27.12
- jupyter-rsession-proxy==2.2.1
- jupyter-syncthing-proxy==1.0.3
- traitlets==5.14.3
- appmode==1.0.0
# pip installed packages, conda is preferred
- pip==24.2
- pip:
# RStudio support
- otter-grader==2.2.7
# for notebook exporting
- nbconvert[webpdf]==7.16.4
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
- jupyter-archive==3.4.0
- rise==5.7.1
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling
- git-credential-helpers==0.2
- jupyter-tree-download==1.0.1