Skip to content

Commit 120d586

Browse files
deactivate CS tests
1 parent 75500d9 commit 120d586

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: .circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -472,5 +472,4 @@ workflows:
472472
- python_39_optional
473473
- python_38_orca
474474
- python_37_percy
475-
- python_37_chart_studio
476475
- build-doc

Diff for: environment.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: plotly
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- anaconda-client
7+
- pandas
8+
- black
9+
- pytest
10+
- tenacity
11+
- inflect
12+
- python=3.10
13+
- jupyterlab
14+
- ipywidgets
15+
- statsmodels
16+
- numpy

0 commit comments

Comments
 (0)