davanstrien HF Staff commited on
Commit
9e458ca
·
1 Parent(s): 57aa59f

Fix: Constrain pyarrow to <18.0.0 for datasets compatibility

Browse files
Files changed (1) hide show
  1. deepseek-ocr2-vllm.py +1 -1
deepseek-ocr2-vllm.py CHANGED
@@ -8,7 +8,7 @@
8
  # "tqdm",
9
  # "toolz",
10
  # "torch",
11
- # "pyarrow>=14.0.1",
12
  # ]
13
  #
14
  # [[tool.uv.index]]
 
8
  # "tqdm",
9
  # "toolz",
10
  # "torch",
11
+ # "pyarrow<18.0.0",
12
  # ]
13
  #
14
  # [[tool.uv.index]]