From 812be5463574d3b1a67a24919e48dbb8ea211a5c Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 28 Sep 2024 10:46:56 +0200 Subject: [PATCH] Bump the requirements-user-env-extras.txt lower version bounds By declaring these lower bounds, it becomes a bit easier to help others using tljh, because we can know that fresh installations of tljh should have at least these versions of software etc. --- tljh/requirements-user-env-extras.txt | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/tljh/requirements-user-env-extras.txt b/tljh/requirements-user-env-extras.txt index 020779b..f20e229 100644 --- a/tljh/requirements-user-env-extras.txt +++ b/tljh/requirements-user-env-extras.txt @@ -8,11 +8,20 @@ # the requirements-txt-fixer pre-commit hook that sorted them and made # our integration tests fail. # -notebook==7.* -jupyterlab==4.* +# ref: https://github.com/jupyter/notebook +notebook>=7.2.2,<8 + +# ref: https://github.com/jupyterlab/jupyterlab +jupyterlab>=4.2.5,<5 + # nbgitpuller for easily pulling in Git repositories -nbgitpuller==1.* +# ref: https://github.com/jupyterhub/nbgitpuller +nbgitpuller>=1.2.1,<2 + # jupyter-resource-usage to show people how much RAM they are using -jupyter-resource-usage==1.* +# ref: https://github.com/jupyter-server/jupyter-resource-usage +jupyter-resource-usage>=1.1.0,<2 + # Most people consider ipywidgets to be part of the core notebook experience -ipywidgets==8.* +# ref: https://github.com/jupyter-widgets/ipywidgets +ipywidgets>=8.1.5,<9