initial commit
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user