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
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ dependencies = [
"pyarrow",
"numpy",
"pillow>=10",
"torch>=2.2",
"torch>=2.13.0",
"open-clip-torch>=2.24",
"transformers>=5",
"transformers>=5.13.1",
"datasets>=3.0.0",
# Explicit (already transitive via datasets): enables the `hf://datasets/...`
# connect URI used by the OpenVid ingest CLI.
"huggingface-hub>=0.24",
"huggingface-hub>=1.23.0",
# PyAV: video demux/transcode for chunk_videos.py and seed_video_clips.py.
"av>=13",
# PDF workflow: pypdf extracts page text, langchain-text-splitters chunks it.
# These back geneva.udfs.document.{extract_pages,chunk_pages}, reused by the
# chunk-pdfs stage and the UDF Studio pdf templates (local execution).
"pypdf>=5,<6",
"langchain-text-splitters>=0.3,<0.4",
"pypdf>=6.14.2,<7",
"langchain-text-splitters>=1.1.2,<1.2",
# UDF Studio: in-browser Gradio sandbox for prototyping UDFs/chunkers.
# >=6: the UI is built and tested against the Gradio 6 API (4.x/5.x differ).
"gradio>=6",
Expand Down
Loading
Loading