Skip to content

Commit 37d2065

Browse files
authored
Fixing packages version for consistency (#979)
1 parent 1a1beeb commit 37d2065

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

education-ai-suite/smart-classroom/docs/user-guide/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ smartclassroom\Scripts\activate
3636
cd smart-classroom
3737
python.exe -m pip install --upgrade pip
3838
pip install --upgrade -r requirements.txt
39-
pip install py-cpuinfo
4039
```
4140

4241

education-ai-suite/smart-classroom/requirements.txt

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,32 @@ transformers==4.53.3
1414
uvicorn==0.35.0
1515
WMI==1.5.1
1616
fsspec>=2023.1.0,<=2025.3.0
17-
openai-whisper
18-
numpy
19-
optimum[openvino]
17+
openai-whisper==20250625
18+
numpy==2.2.6
19+
optimum==1.27.0
20+
optimum-intel==1.25.2
21+
nncf==2.17.0
22+
psutil==7.1.3
23+
fastapi==0.116.1
24+
funasr==1.2.7
25+
openvino==2025.3.0
26+
openvino-genai==2025.3.0.0
27+
pydantic==2.11.7
28+
pydub==0.25.1
29+
python-multipart==0.0.20
30+
pywin32==311
31+
PyYAML==6.0.2
32+
torch==2.8.0
33+
torchaudio==2.8.0
34+
torchvision== 0.23.0
35+
transformers==4.53.3
36+
uvicorn==0.35.0
37+
WMI==1.5.1
38+
fsspec>=2023.1.0,<=2025.3.0
39+
openai-whisper==20250625
40+
numpy==2.2.6
41+
optimum==1.27.0
42+
optimum-intel==1.25.2
43+
nncf==2.17.0
44+
psutil==7.1.3
45+
py-cpuinfo==9.0.0

0 commit comments

Comments
 (0)