Skip to content

Commit 4671fa0

Browse files
authored
chore: upgrade plotly (#140)
1 parent 8c3473a commit 4671fa0

File tree

5 files changed

+4019
-140
lines changed

5 files changed

+4019
-140
lines changed

mostlyai/qa/assets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
_HTML_ASSET_FILES = [
2020
"bootstrap-5.3.3.bundle.min.js",
2121
"bootstrap-5.3.3.min.css",
22-
"plotly-2.12.1.min.js",
22+
"plotly-3.0.1.min.js",
2323
"explainer.svg",
2424
"info.svg",
2525
]

mostlyai/qa/assets/html/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
</style>
2424
<script>{{ html_assets['bootstrap-5.3.3.bundle.min.js'] }}</script>
25-
<script>{{ html_assets['plotly-2.12.1.min.js'] }}</script>
25+
<script>{{ html_assets['plotly-3.0.1.min.js'] }}</script>
2626
<style>
2727
.navbar {
2828
background: linear-gradient(90deg, #3D4FFF 0%, #788FFF 37.22%, #24DB96 63.03%, #C7FF00 100%) !important;

mostlyai/qa/assets/html/plotly-3.0.1.min.js

Lines changed: 3879 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"scipy>=1.11.0",
3030
"pandas>=2.0.0",
3131
"pyarrow>=14.0.0",
32-
"plotly>=5.18.0,<6.0.0",
32+
"plotly>=6.0.0",
3333
"phik>=0.12.4",
3434
"fastcluster>=1.2.6",
3535
"joblib>=1.2.0",

0 commit comments

Comments
 (0)