Skip to content

Commit 9e6ecd8

Browse files
committed
Updated plot files
1 parent 2501288 commit 9e6ecd8

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

poetry.lock

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ dependencies = [
1212
"numpy (>=2.2.4,<3.0.0)",
1313
"scikit-learn (>=1.6.1,<2.0.0)",
1414
"matplotlib (>=3.10.1,<4.0.0)",
15-
"seaborn (>=0.13.2,<0.14.0)"
15+
"seaborn (>=0.13.2,<0.14.0)",
16+
"plotly (>=6.0.1,<7.0.0)"
1617
]
1718

1819

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ numpy
33
scikit-learn
44
matplotlib
55
seaborn
6-
streamlit
6+
streamlit
7+
plotly

0 commit comments

Comments
 (0)