We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afaab0 commit 1138246Copy full SHA for 1138246
1 file changed
pyproject.toml
@@ -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