Skip to content

Commit b8cd39b

Browse files
committed
Updated packages
1 parent 45a99b5 commit b8cd39b

File tree

2 files changed

+947
-536
lines changed

2 files changed

+947
-536
lines changed

pyproject.toml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
[project]
2-
name = "matrix-decompositions-implementation-for-svd-pca"
2+
name = "marimo-matrix-decomposition"
33
version = "0.1.0"
4-
description = "Scratch python implementations of matrix decomposition techniques used in scientific & engineering applications."
4+
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"marimo>=0.14.17",
9-
"matplotlib>=3.10.5",
10-
"numpy>=2.3.2",
8+
"marimo>=0.18.4",
9+
"matplotlib>=3.10.8",
10+
"numpy>=2.4.0",
11+
"pandas>=2.3.3",
12+
"plotly>=6.5.0",
13+
"wigglystuff>=0.2.5",
1114
]
1215

1316
[dependency-groups]
1417
dev = [
15-
"ruff>=0.12.9",
18+
"ruff>=0.14.10",
1619
]
20+
21+
# ADD THE DESCRIPTION

0 commit comments

Comments
 (0)