Skip to content

Commit 81f16fe

Browse files
committed
requirements/cuda.txt: explicitly add pandas dependency (workaround around ray issues)
Signed-off-by: Daniele Trifirò <[email protected]>
1 parent bd9b7cf commit 81f16fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/cuda.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ torchaudio==2.6.0
1212
# These must be updated alongside torch
1313
torchvision==0.21.0 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
1414
xformers==0.0.29.post2; platform_system == 'Linux' and platform_machine == 'x86_64' # Requires PyTorch 2.6.0
15+
pandas==2.2.3

0 commit comments

Comments
 (0)