Skip to content

Commit

Permalink
Test pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Nov 1, 2024
1 parent 949014e commit 82a29a1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 23 deletions.
34 changes: 34 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[project]
name = "pdf-document-layout-analysis"
version = "2024.11.1.1001"
description = "This tool is for PDF document layout analysis"
license = { file = "LICENSE" }
authors = [{ name = "HURIDOCS" }]
requires-python = ">= 3.11"
dependencies = [
"fastapi==0.111.1",
"python-multipart==0.0.9",
"uvicorn==0.30.3",
"gunicorn==22.0.0",
"requests==2.32.3",
"torch==2.4.0",
"torchvision==0.19.0",
"timm==1.0.8",
"Pillow==10.4.0",
"pdf-annotate==0.12.0",
"requests==2.32.3",
"scipy==1.14.0",
"opencv-python==4.10.0.84",
"Shapely==2.0.5",
"transformers==4.40.2",
"huggingface_hub==0.23.5",
"pdf2image==1.17.0",
"lxml==5.2.2",
"lightgbm==4.5.0",
"setuptools==75.3.0",
"roman==4.2",
"hydra-core==1.3.2",
"pypandoc==1.13",
"rapid-latex-ocr==0.0.8",
"pip @ git+https://github.com/UniModal4Reasoning/StructEqTable-Deploy.git@fd06078bfa9364849eb39330c075dd63cbed73ff"
]
23 changes: 0 additions & 23 deletions setup.py

This file was deleted.

0 comments on commit 82a29a1

Please sign in to comment.