davanstrien HF Staff Claude Opus 4.6 commited on
Commit
7f894a6
·
1 Parent(s): 9374949

Pin numarkdown-ocr.py to stable vLLM (>=0.15.1) + datasets>=4.0.0

Browse files

Qwen2.5-VL architecture is in stable vLLM, no nightly needed.
Pinning datasets>=4.0.0 fixes pyarrow compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. numarkdown-ocr.py +2 -2
numarkdown-ocr.py CHANGED
@@ -1,10 +1,10 @@
1
  # /// script
2
  # requires-python = ">=3.11"
3
  # dependencies = [
4
- # "datasets",
5
  # "huggingface-hub",
6
  # "pillow",
7
- # "vllm",
8
  # "tqdm",
9
  # "toolz",
10
  # "torch", # Added for CUDA check
 
1
  # /// script
2
  # requires-python = ">=3.11"
3
  # dependencies = [
4
+ # "datasets>=4.0.0",
5
  # "huggingface-hub",
6
  # "pillow",
7
+ # "vllm>=0.15.1",
8
  # "tqdm",
9
  # "toolz",
10
  # "torch", # Added for CUDA check