init uv
This commit is contained in:
parent
18dd498210
commit
0521992bf2
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "circuit-recognition"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"flask>=3.1.1",
|
||||
"flask-cors>=6.0.1",
|
||||
"numpy>=2.3.0",
|
||||
"scikit-image>=0.25.2",
|
||||
"ultralytics>=8.3.156",
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user