Skip to content

Commit c4600d9

Browse files
committed
set lower bound on (new) rf and rf-sl
1 parent 3ee1f4d commit c4600d9

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

anaconda-project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

ci/steps.conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers =
2525

2626
[options]
2727
install_requires =
28-
robotframework >3
29-
robotframework-seleniumlibrary
28+
robotframework >=3.1
29+
robotframework-seleniumlibrary >=3.2
3030
pillow
3131
six
3232
package_dir =

0 commit comments

Comments
 (0)