Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
torch
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.0
|
| 2 |
+
numpy==1.24.4
|
| 3 |
+
pandas==1.5.3
|
| 4 |
+
matplotlib==3.7.1
|
| 5 |
+
yfinance==0.2.33
|
| 6 |
+
scikit-learn==1.3.2
|
| 7 |
+
gradio==4.24.0
|