Spaces:
Running
Running
Joschka Strueber
commited on
Commit
·
ff45ed3
1
Parent(s):
b3306d0
[Fix] fix lib versions
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
datasets
|
4 |
-
matplotlib
|
5 |
-
seaborn
|
6 |
-
plotly
|
7 |
-
pandas
|
8 |
-
scienceplots
|
|
|
1 |
+
gradio==3.39.0
|
2 |
+
numpy==1.21.6
|
3 |
+
datasets==2.9.0
|
4 |
+
matplotlib==3.5.2
|
5 |
+
seaborn==0.11.2
|
6 |
+
plotly==5.10.0
|
7 |
+
pandas==1.3.5
|
8 |
+
scienceplots==1.0.6
|