Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions nemo_retriever/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ no-build-package = ["nemotron-ocr"]
# fastparquet 2026.3.0 has no wheel for Linux x86_64 (manylinux); constrain to last version that does.
override-dependencies = [
"fastparquet>=2024.11.0,<2026",
# Suppress opencv-python from transitive deps. nemotron wheels pull in both
# opencv-python and opencv-python-headless, which stomp on the same cv2/ dir.
# The 'never' marker makes uv treat this as unsatisfiable on all platforms.
"opencv-python ; sys_platform == 'never'",
Comment thread
edknv marked this conversation as resolved.
]

[project]
Expand Down Expand Up @@ -100,6 +104,7 @@ local = [
"transformers>=4.57.6,<5",
"tokenizers>=0.21.1",
"accelerate==1.12.0",
"opencv-python-headless>=4.8.0",
"torch~=2.11.0",
"torchvision>=0.26.0,<0.27",
"tritonclient",
Expand Down
22 changes: 9 additions & 13 deletions nemo_retriever/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading