danlin1128 commited on
Commit
0fc4c5e
·
verified ·
1 Parent(s): a401e00

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- gradio==4.8.0
2
- numpy>=1.21.0
3
- matplotlib>=3.4.3
4
- tensorflow==2.13.0 # 指定具体版本
5
- pandas>=1.3.0
6
- scikit-learn>=0.24.2
7
- seaborn>=0.11.2
8
- imageio>=2.9.0
 
 
1
+ gradio==3.35.2
2
+ numpy==1.21.6
3
+ matplotlib==3.5.3
4
+ tensorflow==2.11.0
5
+ pandas==1.3.5
6
+ scikit-learn==1.0.2
7
+ seaborn==0.12.0
8
+ imageio==2.22.0
9
+ typing-extensions==4.4.0