We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a99b5 commit b8cd39bCopy full SHA for b8cd39b
pyproject.toml
@@ -1,16 +1,21 @@
1
[project]
2
-name = "matrix-decompositions-implementation-for-svd-pca"
+name = "marimo-matrix-decomposition"
3
version = "0.1.0"
4
-description = "Scratch python implementations of matrix decomposition techniques used in scientific & engineering applications."
+description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
dependencies = [
8
- "marimo>=0.14.17",
9
- "matplotlib>=3.10.5",
10
- "numpy>=2.3.2",
+ "marimo>=0.18.4",
+ "matplotlib>=3.10.8",
+ "numpy>=2.4.0",
11
+ "pandas>=2.3.3",
12
+ "plotly>=6.5.0",
13
+ "wigglystuff>=0.2.5",
14
]
15
16
[dependency-groups]
17
dev = [
- "ruff>=0.12.9",
18
+ "ruff>=0.14.10",
19
20
+
21
+# ADD THE DESCRIPTION
0 commit comments