|
[tool.poetry] |
|
name = "demo-pixtral-qwen" |
|
version = "0.1.0" |
|
description = "" |
|
authors = ["Your Name <[email protected]>"] |
|
|
|
[tool.poetry.dependencies] |
|
python = "^3.10" |
|
clip = {git = "https://github.com/openai/CLIP.git", rev = "main"} |
|
torchvision = "0.19" |
|
vllm = "^0.6.3" |
|
pillow = "10.3.0" |
|
PyMuPDF = "^1.24.13" |
|
pandas = "^2.2.3" |
|
faiss-gpu = "^1.7.2" |
|
huggingface = "^0.0.1" |
|
huggingface-hub = "^0.26.2" |
|
md2pdf = "^1.0.1" |
|
pypdf = "^5.1.0" |
|
wheel = "^0.45.1" |
|
streamlit = "^1.40.1" |
|
fuzzywuzzy = "^0.18.0" |
|
openai = "^1.55.3" |
|
tqdm = "^4.67.1" |
|
|
|
[tool.poetry.dev-dependencies] |
|
|
|
[build-system] |
|
requires = ["poetry-core>=1.0.0"] |
|
build-backend = "poetry.core.masonry.api" |
|
|