Files
the-littlest-jupyterhub/tljh/requirements-base.txt
YuviPanda 12316c3256 Upgrade some packages
Should upgrade base python version separately
2023-03-21 09:27:56 +01:00

22 lines
841 B
Plaintext

# When tljh.installer runs, the users' environment as typically found in
# /opt/tljh/user, is setup with these packages.
#
# WARNING: The order of these dependencies matters, this was observed when using
# the requirements-txt-fixer pre-commit hook that sorted them and made
# our integration tests fail.
#
# For JupyterHub 1.x SQLAlchemy below 2.0.0
SQLAlchemy<2.0.0
# JupyterHub + notebook package are base requirements for user environment
jupyterhub==3.1.*
notebook==6.5.*
# Install additional notebook frontends!
jupyterlab==3.*
nteract-on-jupyter==2.1.*
# nbgitpuller for easily pulling in Git repositories
nbgitpuller==1.1.*
# jupyter-resource-usage to show people how much RAM they are using
jupyter-resource-usage==0.7.*
# Most people consider ipywidgets to be part of the core notebook experience
ipywidgets==8.*