FC2
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[project]
|
||||
name = "paddleocr-interface"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"streamlit>=1.49.1",
|
||||
"paddleocr[all]>=3.2.0",
|
||||
"paddlepaddle>=2.6.1",
|
||||
"paddleslim>=2.6.0",
|
||||
"numpy<2.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff>=0.12.11",
|
||||
]
|
||||
Reference in New Issue
Block a user