pid2graph-vlm-eval / requirements.txt
deepkick's picture
Resolve HF Spaces gradio version conflict
7b3a08d
raw
history blame contribute delete
622 Bytes
anthropic>=0.40.0
pydantic>=2.0
networkx>=3.0
Pillow>=10.0
tqdm>=4.65
# gradio is intentionally NOT listed here: HF Spaces auto-installs the
# version declared in README.md's `sdk_version` frontmatter field, and
# listing it again in requirements.txt causes a version-conflict build
# error (HF forces sdk_version to win). Bump sdk_version in README.md
# to upgrade. See the repo README for the full rationale on why we pin
# to gradio 4.31.5 (gradio_client 1.3.0 regressions in 4.44.1).
# gradio 4.x imports HfFolder which was removed in huggingface_hub 1.0
huggingface_hub>=0.26,<1.0
matplotlib>=3.7
python-dotenv>=1.0