forked from YikaiFu-cart/acAubo
Update .gitignore and add requirements.txt for Windows packaging dependencies
This commit is contained in:
14
acAubo-main/acaubo/requirements.txt
Normal file
14
acAubo-main/acaubo/requirements.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user