We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0a7757 + 889c200 commit 751092eCopy full SHA for 751092e
.circleci/config.yml
@@ -374,7 +374,7 @@ jobs:
374
375
full_build:
376
docker:
377
- - image: continuumio/miniconda3
+ - image: continuumio/miniconda3:24.3.0-0
378
environment:
379
LANG: en_US.UTF-8
380
resource_class: large
@@ -599,3 +599,4 @@ workflows:
599
- python_38_orca
600
- python_39_percy
601
- build-doc
602
+
README.md
@@ -31,6 +31,13 @@
31
</tr>
32
</table>
33
34
+<div align="center">
35
+ <a href="https://dash.plotly.com/project-maintenance">
36
+ <img src="https://dash.plotly.com/assets/images/maintained-by-plotly.png" width="400px" alt="Maintained by Plotly">
37
+ </a>
38
+</div>
39
40
41
## Quickstart
42
43
`pip install plotly==5.22.0`
0 commit comments