12345678910111213141516171819202122232425262728 |
- [tool.poetry]
- name = "pdf-title-image"
- version = "0.1.0"
- description = ""
- authors = ["sprivacy <sprivacy@DESKTOP-4J47F0K.localhost>"]
- readme = "README.md"
- [tool.poetry.dependencies]
- python = "^3.10"
- jieba = "0.42.1"
- numpy = "1.24.4"
- pandas = "1.5.3"
- torch = "2.3.0"
- camelot = "0.20.1"
- chromadb = "^0.5.5"
- transformers = "4.41.2"
- scikit-learn = "1.1.1"
- celery = {extras = ["redis"], version = "^5.4.0"}
- jiagu = "^0.2.3"
- [[tool.poetry.source]]
- name = "tsinghua"
- url = "https://pypi.tuna.tsinghua.edu.cn/simple"
- priority = "primary"
- [build-system]
- requires = ["poetry-core"]
- build-backend = "poetry.core.masonry.api"
|