-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathrequirements.txt
More file actions
38 lines (33 loc) · 1007 Bytes
/
requirements.txt
File metadata and controls
38 lines (33 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
mujoco>=2.3.0
numpy<2.0.0
matplotlib>=3.5.0
opencv-contrib-python==4.10.0.84 # OpenCV计算机视觉库 (包含CSRT跟踪器)
# opencv-python==4.10.0.84 # 基础版本(不包含跟踪器)
PyQt5==5.15.5
PyQt5-Qt5==5.15.2
PyQt5_sip==12.15.0
# 目标检测/推理引擎(ONNXRuntime,便于打包)
onnxruntime>=1.18.0
requests>=2.25.0
aiohttp>=3.8.0
openai>=1.0.0
websocket-client>=1.6.0
pyaudio>=0.2.11
dashscope>=1.14.0
# 可选依赖(用于音频处理)
# 在Windows上安装pyaudio可能需要:pip install pipwin && pipwin install pyaudio
# 在Linux上可能需要:sudo apt-get install portaudio19-dev python3-pyaudio
# 在macOS上可能需要:brew install portaudio && pip install pyaudio
pydantic>=2.0.0
python-dotenv>=1.0.0
typing-extensions>=4.0.0
asyncio
PyYAML>=6.0
# wave
python-can>=4.0.0 # CAN通信库
pyserial>=3.5 # 串口通信库 (用于串口转CAN)
typing-extensions>=4.0.0
websockets==15.0.1
joycon-python==0.2.4
hidapi
pyglm==2.8.2