File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ dependencies = [
19
19
" deprecation" ,
20
20
" entrypoints>=0.3" ,
21
21
" jinja2>=3" ,
22
- " jsonschema>=3.2.0,<4.0 " , # Cap from kfp
22
+ " jsonschema>=3.2.0" ,
23
23
" jupyter_core>=4.11.2,<5" , # Cap due to v5 not support python<3.8
24
24
" jupyter_client>=6.1.7" ,
25
- " jupyter-events<0.5.0 " , # Cap from kfp from jsonschema
25
+ " jupyter-events>=0.6.2 " ,
26
26
" jupyter-packaging>=0.10" ,
27
27
" jupyter_server>=1.7.0" ,
28
28
" jupyterlab>=3.4.6,<4.0" , # comment out to use local jupyterlab
@@ -38,7 +38,7 @@ dependencies = [
38
38
" networkx>=2.5.1" ,
39
39
" papermill>=2.3.4" ,
40
40
" python-lsp-server[all]>=1.1.0" ,
41
- " pyyaml>=5.3.1,<6.0 " , # Cap from kfp
41
+ " pyyaml>=5.3.1" ,
42
42
" requests>=2.25.1" ,
43
43
" rfc3986-validator>=0.1.1" ,
44
44
" tornado>=6.1.0" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ git-python
3
3
importlib-resources
4
4
pytest>=5.4.1
5
5
pytest-console-scripts
6
+ pytest_jupyter
6
7
pytest-tornasync
7
8
pytest_virtualenv
8
9
requests-mock
You can’t perform that action at this time.
0 commit comments