Skip to content

Commit

Permalink
Fix inconsistent dependency version caps (#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiersten-stokes authored and akchinSTC committed Feb 2, 2022
1 parent e11129e commit 547327c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,23 @@
'entrypoints>=0.3',
'jinja2>=2.11',
'jsonschema>=3.2.0',
'jupyter_core>=4.0,<5.0',
'jupyter_core>=4.0',
'jupyter_client>=6.1.7',
'jupyter_server>=1.7.0',
'jupyterlab>=3.0.17',
'jupyterlab-git~=0.32',
'jupyterlab-lsp>=3.8.0',
'jupyter-resource-usage>=0.5.1',
'minio>=7.0.0,<8.0.0',
'minio>=7.0.0',
'nbclient>=0.5.1',
'nbconvert>=5.6.1',
'nbdime~=3.1',
'nbformat>=5.1.2',
'networkx>=2.5.1',
'papermill>=2.1.3',
'python-lsp-server[all]>=1.1.0',
'pyyaml>=5.3.1,<6.0',
'requests>=2.25.1,<3.0',
'pyyaml>=5.3.1',
'requests>=2.25.1',
'rfc3986-validator>=0.1.1',
'tornado>=6.1.0',
'traitlets>=4.3.2',
Expand Down

0 comments on commit 547327c

Please sign in to comment.