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.
1 parent 75500d9 commit 120d586Copy full SHA for 120d586
.circleci/config.yml
@@ -472,5 +472,4 @@ workflows:
472
- python_39_optional
473
- python_38_orca
474
- python_37_percy
475
- - python_37_chart_studio
476
- build-doc
environment.yml
@@ -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