Skip to content

Commit ab9feef

Browse files
author
Frédéric Collonval
committed
Install jupyterlab with tox in root python
1 parent c7e59b0 commit ab9feef

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- checkout
2727
- run:
2828
name: Install tox
29-
command: "sudo pip install tox"
29+
command: "sudo pip install tox jupyterlab~=3.0"
3030
- run:
3131
name: Test with tox
3232
command: "cd packages/python/plotly; tox -e py27-core"
@@ -43,7 +43,7 @@ jobs:
4343
- checkout
4444
- run:
4545
name: Install tox
46-
command: "sudo pip install tox"
46+
command: "sudo pip install tox jupyterlab~=3.0"
4747
- run:
4848
name: Test with tox
4949
command: "cd packages/python/plotly; tox -e py35-core"
@@ -60,7 +60,7 @@ jobs:
6060
- checkout
6161
- run:
6262
name: Install tox
63-
command: "sudo pip install tox"
63+
command: "sudo pip install tox jupyterlab~=3.0"
6464
- run:
6565
name: Test with tox
6666
command: "cd packages/python/plotly; tox -e py36-core"
@@ -77,7 +77,7 @@ jobs:
7777
- checkout
7878
- run:
7979
name: Install tox
80-
command: "sudo pip install tox"
80+
command: "sudo pip install tox jupyterlab~=3.0"
8181
- run:
8282
name: Test with tox
8383
command: "cd packages/python/plotly; tox -e py37-core"
@@ -128,7 +128,7 @@ jobs:
128128
- checkout
129129
- run:
130130
name: Install tox
131-
command: "sudo pip install tox"
131+
command: "sudo pip install tox jupyterlab~=3.0"
132132
- run:
133133
name: Test with tox
134134
command: "cd packages/python/plotly; tox -e py27-optional"
@@ -145,7 +145,7 @@ jobs:
145145
- checkout
146146
- run:
147147
name: Install tox
148-
command: "sudo pip install tox"
148+
command: "sudo pip install tox jupyterlab~=3.0"
149149
- run:
150150
name: Test with tox
151151
command: "cd packages/python/plotly; tox -e py35-optional"
@@ -162,7 +162,7 @@ jobs:
162162
- checkout
163163
- run:
164164
name: Install tox
165-
command: "sudo pip install tox"
165+
command: "sudo pip install tox jupyterlab~=3.0"
166166
- run:
167167
name: Test with tox
168168
command: "cd packages/python/plotly; tox -e py36-optional"
@@ -179,7 +179,7 @@ jobs:
179179
- checkout
180180
- run:
181181
name: Install tox
182-
command: "sudo pip install tox"
182+
command: "sudo pip install tox jupyterlab~=3.0"
183183
- run:
184184
name: Test with tox
185185
command: "cd packages/python/plotly; tox -e py37-optional"
@@ -197,7 +197,7 @@ jobs:
197197
- checkout
198198
- run:
199199
name: Install tox
200-
command: "sudo pip install tox"
200+
command: "sudo pip install tox jupyterlab~=3.0"
201201
- run:
202202
name: Test with tox
203203
command: "cd packages/python/chart-studio; tox -e py27-plot_ly"
@@ -214,7 +214,7 @@ jobs:
214214
- checkout
215215
- run:
216216
name: Install tox
217-
command: "sudo pip install tox"
217+
command: "sudo pip install tox jupyterlab~=3.0"
218218
- run:
219219
name: Test with tox
220220
command: "cd packages/python/chart-studio; tox -e py35-plot_ly"
@@ -231,7 +231,7 @@ jobs:
231231
- checkout
232232
- run:
233233
name: Install tox
234-
command: "sudo pip install tox"
234+
command: "sudo pip install tox jupyterlab~=3.0"
235235
- run:
236236
name: Test with tox
237237
command: "cd packages/python/chart-studio; tox -e py37-plot_ly"
@@ -340,7 +340,7 @@ jobs:
340340
- checkout
341341
- run:
342342
name: Install tox
343-
command: "sudo pip install retrying tox black inflect"
343+
command: "sudo pip install retrying tox black inflect jupyterlab~=3.0"
344344
- run:
345345
name: Update jupyterlab-plotly version
346346
command: "cd packages/python/plotly; python setup.py updateplotlywidgetversion"

packages/python/chart-studio/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ whitelist_externals=
5151
deps=
5252
coverage==4.3.1
5353
decorator==4.0.9
54-
jupyterlab==3.0.12
5554
mock==2.0.0
5655
nose==1.3.7
5756
requests==2.12.4

packages/python/plotly/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ whitelist_externals=
5151
deps=
5252
coverage==4.3.1
5353
decorator==4.0.9
54-
jupyterlab==3.0.12
5554
mock==2.0.0
5655
requests==2.12.4
5756
six==1.10.0

0 commit comments

Comments
 (0)