Skip to content

Commit 1138246

Browse files
committed
configuration
1 parent 7afaab0 commit 1138246

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[project]
2+
name = "matrix-decompositions-implementation-for-svd-pca"
3+
version = "0.1.0"
4+
description = "Scratch python implementations of matrix decomposition techniques used in scientific & engineering applications."
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",
11+
]
12+
13+
[dependency-groups]
14+
dev = [
15+
"ruff>=0.12.9",
16+
]

0 commit comments

Comments
 (0)