21 lines
363 B
TOML
21 lines
363 B
TOML
[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",
|
|
]
|