Skip to content

Commit 812be54

Browse files
committed
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.
1 parent 856c647 commit 812be54

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

tljh/requirements-user-env-extras.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,20 @@
88
# the requirements-txt-fixer pre-commit hook that sorted them and made
99
# our integration tests fail.
1010
#
11-
notebook==7.*
12-
jupyterlab==4.*
11+
# ref: https://github.com/jupyter/notebook
12+
notebook>=7.2.2,<8
13+
14+
# ref: https://github.com/jupyterlab/jupyterlab
15+
jupyterlab>=4.2.5,<5
16+
1317
# nbgitpuller for easily pulling in Git repositories
14-
nbgitpuller==1.*
18+
# ref: https://github.com/jupyterhub/nbgitpuller
19+
nbgitpuller>=1.2.1,<2
20+
1521
# jupyter-resource-usage to show people how much RAM they are using
16-
jupyter-resource-usage==1.*
22+
# ref: https://github.com/jupyter-server/jupyter-resource-usage
23+
jupyter-resource-usage>=1.1.0,<2
24+
1725
# Most people consider ipywidgets to be part of the core notebook experience
18-
ipywidgets==8.*
26+
# ref: https://github.com/jupyter-widgets/ipywidgets
27+
ipywidgets>=8.1.5,<9

0 commit comments

Comments
 (0)