Skip to content

Commit

Permalink
Allow later jupyterlab-git dependencies (#87)
Browse files Browse the repository at this point in the history
* Allow later jupyterlab-git dependencies

jupyterlab-git v0.41.0 works with this project and removes 
some deprecation warnings

* Widen dependency tolerance

Include more versions of jupyterlab-git

Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>

---------

Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
  • Loading branch information
AidanDelaney and fcollonval committed Jun 2, 2023
1 parent 756d0d8 commit 7b3fa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setup_requires =
install_requires =
entrypoints >=0.2.2
jupyterlab ~=3.0
jupyterlab-git >=0.30.0,<0.40.0a0
jupyterlab-git >=0.30.0,<0.50.0
packages = find:
include_package_data = True
zip_safe = False
Expand Down

0 comments on commit 7b3fa0b

Please sign in to comment.