File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ channels:
77dependencies :
88 - opencv
99 - python >=3.6,<3.9.0a0
10- - jupyterlab >=2.1.1,<2.2
10+ - jupyterlab >=3.2.9,<3.3
1111 - nodejs >=14,<15
1212 - geckodriver >=0.26.0,<0.27.0
1313 - pip
@@ -17,11 +17,12 @@ dependencies:
1717 - requests==2.22.0
1818 - RESTinstance==1.0.2
1919 - rise==5.6.1
20- - robotframework==4.0.1
20+ - robotframework==5.0
2121 - robotframework-faker==5.0.0
2222 - robotframework-seleniumlibrary==5.1.3
2323 - robotframework-seleniumscreenshots==0.9.5
2424 - selenium==3.141.0
2525 - urllib3==1.25.3
26- - jupyter-starters==0.3.0a0
26+ - jupyter-starters==1.1.0
27+ - jupyterlab-widgets==1.0.2
2728 - jupyterlab-robotmode
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ pip install -e . -vv
44python -m robotkernel.install --sys-prefix
55jupyter serverextension enable --sys-prefix --py jupyter_starters
66
7- jupyter labextension install --no-build \
8- @deathbeds/jupyterlab-starters@0.3.0-a0 \
9- @jupyter-widgets/jupyterlab-manager
10-
117jupyter lab build --minimize=False --debug
128
139jupyter labextension list
You can’t perform that action at this time.
0 commit comments