Skip to content

Commit

Permalink
Try relaxing the jupyterhub pin
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 14, 2023
1 parent 078b0fb commit ffc7efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git+https://github.com/jupyterhub/the-littlest-jupyterhub
git+https://github.com/plasmabio/tljh-repo2docker
jupyterhub~=1.4.2
jupyterhub~=1.5
notebook<7
pytest
pytest-aiohttp
Expand Down
2 changes: 1 addition & 1 deletion tljh-plasma/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
entry_points={"tljh": ["tljh_plasma = tljh_plasma"]},
packages=find_packages(),
include_package_data=True,
install_requires=["dockerspawner~=12.1", "tljh_repo2docker", "jupyterhub~=1.4.2", "sqlalchemy<2"],
install_requires=["dockerspawner~=12.1", "tljh_repo2docker", "sqlalchemy<2"],
)

0 comments on commit ffc7efc

Please sign in to comment.