mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
only pin major versions in requirements-base.txt, installer.py
This commit is contained in:
@@ -121,12 +121,12 @@ def ensure_jupyterhub_package(prefix):
|
|||||||
conda.ensure_pip_packages(
|
conda.ensure_pip_packages(
|
||||||
prefix,
|
prefix,
|
||||||
[
|
[
|
||||||
"jupyterhub==3.1.*",
|
"jupyterhub==3.*",
|
||||||
"jupyterhub-systemdspawner==0.17.*",
|
"jupyterhub-systemdspawner==0.17.*",
|
||||||
"jupyterhub-firstuseauthenticator==1.*",
|
"jupyterhub-firstuseauthenticator==1.*",
|
||||||
"jupyterhub-nativeauthenticator==1.*",
|
"jupyterhub-nativeauthenticator==1.*",
|
||||||
"jupyterhub-ldapauthenticator==1.*",
|
"jupyterhub-ldapauthenticator==1.*",
|
||||||
"jupyterhub-tmpauthenticator==0.6",
|
"jupyterhub-tmpauthenticator==0.6.*",
|
||||||
"oauthenticator==15.*",
|
"oauthenticator==15.*",
|
||||||
"jupyterhub-idle-culler==1.*",
|
"jupyterhub-idle-culler==1.*",
|
||||||
"git+https://github.com/yuvipanda/jupyterhub-configurator@317759e17c8e48de1b1352b836dac2a230536dba",
|
"git+https://github.com/yuvipanda/jupyterhub-configurator@317759e17c8e48de1b1352b836dac2a230536dba",
|
||||||
|
|||||||
@@ -5,16 +5,14 @@
|
|||||||
# the requirements-txt-fixer pre-commit hook that sorted them and made
|
# the requirements-txt-fixer pre-commit hook that sorted them and made
|
||||||
# our integration tests fail.
|
# 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 + notebook package are base requirements for user environment
|
||||||
jupyterhub==3.1.*
|
jupyterhub==3.*
|
||||||
notebook==6.5.*
|
notebook==6.*
|
||||||
# Install additional notebook frontends!
|
# Install additional notebook frontends!
|
||||||
jupyterlab==3.*
|
jupyterlab==3.*
|
||||||
nteract-on-jupyter==2.1.*
|
nteract-on-jupyter==2.*
|
||||||
# nbgitpuller for easily pulling in Git repositories
|
# nbgitpuller for easily pulling in Git repositories
|
||||||
nbgitpuller==1.1.*
|
nbgitpuller==1.*
|
||||||
# jupyter-resource-usage to show people how much RAM they are using
|
# jupyter-resource-usage to show people how much RAM they are using
|
||||||
jupyter-resource-usage==0.7.*
|
jupyter-resource-usage==0.7.*
|
||||||
# Most people consider ipywidgets to be part of the core notebook experience
|
# Most people consider ipywidgets to be part of the core notebook experience
|
||||||
|
|||||||
Reference in New Issue
Block a user