File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 8
8
# the requirements-txt-fixer pre-commit hook that sorted them and made
9
9
# our integration tests fail.
10
10
#
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
+
13
17
# nbgitpuller for easily pulling in Git repositories
14
- nbgitpuller==1.*
18
+ # ref: https://github.com/jupyterhub/nbgitpuller
19
+ nbgitpuller>=1.2.1,<2
20
+
15
21
# 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
+
17
25
# 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
You can’t perform that action at this time.
0 commit comments