Skip to content

Commit

Permalink
Merge pull request #1002 from consideRatio/pr/lower-bound-user-env
Browse files Browse the repository at this point in the history
Bump the requirements-user-env-extras.txt lower version bounds
  • Loading branch information
consideRatio authored Sep 28, 2024
2 parents 856c647 + 812be54 commit 92e317d
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions tljh/requirements-user-env-extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 92e317d

Please sign in to comment.