Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ optimum[openvino,nncf]
fastapi[standard]

# Misc
numpy<2
numpy<3
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mmcv==2.1.0
mmcv==2.2.0
mmdet==3.3.0
mmpose==1.3.2
50 changes: 25 additions & 25 deletions metro-ai-suite/interactive-digital-avatar/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
--extra-index-url https://download.pytorch.org/whl/cpu

# baisc
torch==2.8.0
torchvision==0.16.2
torchaudio==2.1.2
numpy==1.22.4
opencv-python==4.8.1.78
openvino-dev==2024.3.0
openvino-genai==2024.3.0
torch==2.9.1+cpu
torchvision==0.24.1+d801a34
torchaudio==2.9.1+cpu
numpy==2.4.0
opencv-python==4.12.0.88
openvino-dev==2024.6.0
openvino-genai==2025.4.1.0

# paddle speech
paddlepaddle==2.6.1
paddlepaddle==3.2.2
paddlespeech==1.5.0
typeguard==2.13.3
nltk==3.9
typeguard==4.4.4
nltk==3.9.2

# funasr
funasr==1.1.4
modelscope==1.16.1
funasr==1.2.9
modelscope==1.33.0
funasr-onnx==0.4.1
onnxruntime==1.20.0
onnxruntime==1.23.2

# museTalk
transformers==4.53.0
soundfile==0.12.1
diffusers==0.27.2
accelerate==0.28.0
huggingface_hub==0.25.0
transformers==4.57.3
soundfile==0.13.1
diffusers==0.36.0
accelerate==1.12.0
huggingface_hub==1.2.3

# mmcv
openmim==0.3.9

# misc
ffmpeg-python==0.2.0
scipy==1.7.3
moviepy==1.0.3
playsound==1.2.2
scipy==1.16.3
moviepy==2.2.1
playsound==1.3.0
pyaudio==0.2.14
keyboard==0.13.5
PyGObject==3.48.2; sys_platform == 'linux'
tomli==2.0.1
PyGObject==3.54.5; sys_platform == 'linux'
tomli==2.3.0

# 3D render client
python-socketio==5.14.0
eventlet==0.40.3
python-socketio==5.16.0
eventlet==0.40.4