generated from berkeley-dsep-infra/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
environment.yml
44 lines (42 loc) · 1.03 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
name: a11y
channels:
- conda-forge
dependencies:
- python==3.11.*
- git==2.40.0
- coverage==7.2.2
- jupyter-archive==3.4.0
- jupyter_server==2.7.0
- jupyter-book==0.15.1
- jupyter-resource-usage==0.7.1
- jupyterhub==4.1.6
- matplotlib==3.7.1
- nbgitpuller==1.2.1
- nbclassic==1.0.0
- nbconvert==7.14.2
- numpy==1.24.2
- ollama==0.1.17
- plotly==5.13.1
- pyopenssl==23.1.0
- requests==2.32.3
- urllib3==2.2.2
- websockify==0.11.0
- pip==23.0.1
- jupyterthemes==0.20.0
- jupyterlab-accessible-themes==0.2.0
- jupyterlab_pygments==0.3.0
# Install Code Server to test codeserver specific a11y extensions
- jupyter-vscode-proxy==0.6
- code-server==4.23.1
- jupyterlab-notifications==0.5.0
- pip:
# Upgrade separate from what everyone else uses for now
# https://github.com/berkeley-dsep-infra/datahub/issues/3693
- notebook==7.0.7
- jupyterlab==4.0.11
- nbconvert-a11y==2024.03.25
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
- jupyterlab-a11y-checker==0.1.4a2
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2