26 lines
571 B
TOML
26 lines
571 B
TOML
[project]
|
|
name = "profive"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"accelerate>=1.9.0",
|
|
"diffusers>=0.34.0",
|
|
"easyocr>=1.7.2",
|
|
"gradio>=5.38.0",
|
|
"numpy>=2.3.1",
|
|
"opencv-python>=4.11.0.86",
|
|
"pillow>=11.3.0",
|
|
"pyaml>=25.7.0",
|
|
"requests>=2.32.4",
|
|
"scikit-image>=0.25.2",
|
|
"scikit-learn>=1.7.1",
|
|
"scipy>=1.16.0",
|
|
"streamlit>=1.47.0",
|
|
"torch>=2.7.1",
|
|
"torchvision>=0.22.1",
|
|
"transformers>=4.53.2",
|
|
"ultralytics>=8.3.169",
|
|
]
|