16 lines
348 B
TOML
16 lines
348 B
TOML
[project]
|
|
name = "circuit-recognition"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"albumentations>=2.0.8",
|
|
"flask>=3.1.1",
|
|
"flask-cors>=6.0.1",
|
|
"numpy>=2.3.0",
|
|
"opencv-python>=4.11.0.86",
|
|
"scikit-image>=0.25.2",
|
|
"ultralytics>=8.3.156",
|
|
]
|