forked from YikaiFu-cart/acAubo
14 lines
453 B
Plaintext
14 lines
453 B
Plaintext
# TomatoPick runtime dependencies for Windows packaging.
|
|
# If you need CUDA acceleration, install a matching torch/torchvision/torchaudio
|
|
# build first, then run: pip install -r requirements.txt
|
|
# tkinter is not listed here because it is bundled with the standard Windows
|
|
# CPython installer.
|
|
|
|
Pillow==11.2.1
|
|
opencv-python==4.10.0.84
|
|
numpy==2.0.0
|
|
pyrealsense2==2.55.1.6486
|
|
pyaubo_agvc_sdk==0.2.0
|
|
pyaubo_sdk==0.24.1
|
|
ultralytics==8.3.112
|
|
pyinstaller>=6,<7 |