Skip to content

Commit 58e0df3

Browse files
authored
Added missing Python dependencies for paper-qa-nemotron (#1217)
1 parent 54ae7e4 commit 58e0df3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

packages/paper-qa-nemotron/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ classifiers = [
1818
"Topic :: Scientific/Engineering :: Artificial Intelligence",
1919
]
2020
dependencies = [
21+
"fhaviary[image]",
2122
"fhlmi>=0.27.0", # Pin for request_limited
2223
"litellm>=1.71.0", # Pin for aiohttp transport optimization
24+
"paper-qa",
2325
"pypdfium2>=4.22.0", # Pin for PYPDFIUM_INFO addition
26+
"tenacity",
2427
]
2528
description = "PaperQA reader implemented using Nvidia's nemotron-parse VLM API"
2629
dynamic = ["version"]

uv.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)