-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (39 loc) · 815 Bytes
/
pyproject.toml
File metadata and controls
41 lines (39 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[project]
name = "datalab-oss-container"
version = "0.11.0"
description = "Containerized inference service for `marker`"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
[project.urls]
Homepage = "https://datalab.to"
Repository = "https://github.com/datalab-to/oss_container"
[dependency-groups]
dev = [
"aiohttp",
"aiofiles",
"docker",
"pypdfium2",
"click",
"ruff",
"pre-commit>=4.2.0",
"psutil",
"nvidia-ml-py3",
"pytest>=8.3.5",
"pytest-asyncio>=1.0.0",
"httpx>=0.28.1",
]
server = [
"aio-pika>=9.5.5",
"bs4>=0.0.2",
"fastapi>=0.115.12",
"pypdfium2>=4.30.0",
"python-multipart>=0.0.20",
"uvicorn[standard]>=0.34.0",
]
worker = [
"marker-pdf==1.10.1",
"surya-ocr==0.17.0",
"pika>=1.3.2",
"torch==2.8.*",
]