-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfra-requirements.txt
34 lines (32 loc) · 1.24 KB
/
infra-requirements.txt
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
# WARNING: Original source at scripts/infra-packages/requirements.txt
# PLEASE DO NOT EDIT ELSEWHERE
# After editing scripts/infra-packages/requirements.txt, please run
# scripts/infra-packages/sync.bash.
# This file pins versions of notebook related python packages we want
# across all hubs. This makes sure we don't need to upgrade them
# everwhere one by one.
# FIXME: Freeze this to get exact versions of all dependencies
notebook==6.4.7
jupyterlab==3.3.0
jupyterlab-link-share==0.2.4
nbconvert==6.4.0
retrolab==0.3.18
nbgitpuller==1.0.2
jupyter-resource-usage==0.6.1
# Matches version in images/hub/Dockerfile
jupyterhub==1.5.0
appmode==0.8.0
ipywidgets==7.6.5
otter-grader==3.1.4
jupyter-tree-download==1.0.1
git-credential-helpers==0.2
# Enough people like this, let's load it in.
jupyter-contrib-nbextensions==0.5.1
jupyter_nbextensions_configurator==0.4.1
# Measure popularity of different packages in our hubs
# https://discourse.jupyter.org/t/request-for-implementation-instrument-libraries-actively-used-by-users-on-a-jupyterhub/7994?u=yuvipanda
popularity-contest==0.4.1
# RISE is useful for presentations - see https://github.com/berkeley-dsep-infra/datahub/issues/2527
RISE==5.7.1
# syncthing for dropbox-like functionality
jupyter-syncthing-proxy==1.0.1