Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ dependencies = [
"deprecation",
"entrypoints>=0.3",
"jinja2>=3",
"jsonschema>=3.2.0,<4.0", # Cap from kfp
"jsonschema>=3.2.0",
"jupyter_core>=4.11.2,<5", # Cap due to v5 not support python<3.8
"jupyter_client>=6.1.7",
"jupyter-events<0.5.0", # Cap from kfp from jsonschema
"jupyter-events>=0.6.2",
"jupyter-packaging>=0.10",
"jupyter_server>=1.7.0",
"jupyterlab>=3.4.6,<4.0", # comment out to use local jupyterlab
Expand All @@ -38,7 +38,7 @@ dependencies = [
"networkx>=2.5.1",
"papermill>=2.3.4",
"python-lsp-server[all]>=1.1.0",
"pyyaml>=5.3.1,<6.0", # Cap from kfp
"pyyaml>=5.3.1",
"requests>=2.25.1",
"rfc3986-validator>=0.1.1",
"tornado>=6.1.0",
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ git-python
importlib-resources
pytest>=5.4.1
pytest-console-scripts
pytest_jupyter
pytest-tornasync
pytest_virtualenv
requests-mock
Expand Down