We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6523227 + b07640f commit e2dce32Copy full SHA for e2dce32
.circleci/config.yml
@@ -249,14 +249,6 @@ jobs:
249
- test_optional:
250
py: "312_no_numpy"
251
252
- # Orca
253
- python_38_orca:
254
- docker:
255
- - image: cimg/python:3.8-browsers
256
- steps:
257
- - test_orca:
258
- py: "38"
259
-
260
# Percy
261
python_39_percy:
262
docker:
@@ -613,7 +605,6 @@ workflows:
613
605
- python_311_optional
614
606
- python_312_optional
615
607
- python_39_pandas_2_optional
616
- - python_38_orca
617
608
- python_39_percy
618
609
- python_312_no_numpy
619
610
- build-doc
doc/requirements.txt
@@ -1,5 +1,5 @@
1
plotly==5.24.1
2
-jupytext==1.1.1
+jupytext==1.16.4
3
ipywidgets==7.7.2
4
jupyter-client<7
5
jupyter
0 commit comments