File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ env_specs:
6565 - flake8
6666 - geckodriver
6767 - isort
68- - jupyterlab
68+ - jupyterlab>=0.35
6969 - nodejs
7070 - pillow
7171 - python-chromedriver-binary
72- - robotframework
72+ - robotframework>=3.1
7373 - robotframework-lint
74- - robotframework-seleniumlibrary
74+ - robotframework-seleniumlibrary>=3.2
7575 - six
7676 - pip :
7777 - nteract_on_jupyter
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ steps:
1111 flake8
1212 geckodriver
1313 isort
14- jupyterlab
14+ jupyterlab>=0.35
1515 nodejs>=10,<11
1616 pillow
1717 python-chromedriver-binary
1818 python>=3.6,<3.7
19- robotframework
19+ robotframework>=3.1
2020 robotframework-lint
21- robotframework-seleniumlibrary
21+ robotframework-seleniumlibrary>=3.2
2222 - script : pip install nteract_on_jupyter --no-deps --ignore-installed -vv
2323 displayName : Pip dependencies
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ dependencies:
99 - flake8
1010 - geckodriver
1111 - isort
12- - jupyterlab
12+ - jupyterlab >=0.45
1313 - nodejs
1414 - pillow
1515 - python-chromedriver-binary
16- - robotframework
16+ - robotframework >=3.1
1717 - robotframework-lint
18- - robotframework-seleniumlibrary
18+ - robotframework-seleniumlibrary >=3.2
1919 - six
2020 - pip :
2121 - nteract_on_jupyter
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ classifiers =
2525
2626[options]
2727install_requires =
28- robotframework >3
29- robotframework-seleniumlibrary
28+ robotframework >=3.1
29+ robotframework-seleniumlibrary >=3.2
3030 pillow
3131 six
3232package_dir =
You can’t perform that action at this time.
0 commit comments