initial commit

This commit is contained in:
2025-07-30 21:43:06 +02:00
commit 9fc3640183
5 changed files with 578 additions and 0 deletions

20
pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[project]
name = "polyfit"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"numpy>=2.1.2",
"opencv-python>=4.12.0.88",
"torch>=2.7.1",
"tqdm>=4.66.5",
]
[[tool.uv.index]]
url = "https://download.pytorch.org/whl/cpu"
[dependency-groups]
dev = [
"ipython>=9.4.0",
]