Files
DataMate/runtime/ops/pyproject.toml
Kecheng Sha 3f1ad6a872 feat(auto-annotation): integrate YOLO auto-labeling and enhance data management (#223)
* feat(auto-annotation): initial setup

* chore: remove package-lock.json

* chore: 清理本地测试脚本与 Maven 设置

* chore: change package-lock.json
2026-01-05 14:22:44 +08:00

36 lines
864 B
TOML

[project]
name = "ops"
version = "0.0.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"beautifulsoup4>=4.14.3",
"datasketch>=1.8.0",
"email-validator>=2.3.0",
"emoji>=2.15.0",
"jieba>=0.42.1",
"loguru>=0.7.3",
"mineru>=2.6.5",
"numpy>=2.2.6",
"python-multipart>=0.0.20",
"opencv-contrib-python-headless>=4.12.0.88",
"opencv-python-headless>=4.12.0.88",
"openslide-python>=1.4.3",
"paddleocr==3.3.0",
"paddlepaddle==3.2.2",
"pandas>=2.2.3",
"presidio-analyzer==2.2.25",
"presidio-anonymizer==2.2.25",
"pycryptodome>=3.23.0",
"pymysql>=1.1.2",
"python-docx>=1.2.0",
"pytz>=2025.2",
"six>=1.17.0",
"spacy>=3.7.0",
"sqlalchemy>=2.0.44",
"xmltodict>=1.0.2",
"zhconv>=1.4.3",
"ultralytics>=8.0.0",
]