Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 14, 2023
1 parent f250a2f commit 078b0fb
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.5
jupyterhub~=1.4.2
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.5", "sqlalchemy<2"],
install_requires=["dockerspawner~=12.1", "tljh_repo2docker", "jupyterhub~=1.4.2", "sqlalchemy<2"],
)

0 comments on commit 078b0fb

Please sign in to comment.