Spaces:
Runtime error
Runtime error
Update pre-requirements.txt
Browse files- pre-requirements.txt +7 -8
pre-requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
torch
|
|
|
1 |
+
pandas==2.0.1
|
2 |
+
torch==2.0.1
|
3 |
+
gradio==3.29.0
|
4 |
+
tensorflow==2.12.0
|
5 |
+
sierraecg==0.2.1
|
6 |
+
ecg_plot==0.2.8
|
7 |
+
scipy==1.10.1
|
|