Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# Core Data Science & Mathematics
|
| 2 |
numpy==2.2.6
|
| 3 |
pandas==2.3.3
|
| 4 |
-
scipy==1.
|
| 5 |
|
| 6 |
# Visualization
|
| 7 |
matplotlib==3.10.0
|
|
@@ -25,4 +25,4 @@ gradio==5.50.0
|
|
| 25 |
python-dotenv==1.2.1
|
| 26 |
tabulate==0.9.0
|
| 27 |
quantstats==0.0.62
|
| 28 |
-
ta==0.
|
|
|
|
| 1 |
# Core Data Science & Mathematics
|
| 2 |
numpy==2.2.6
|
| 3 |
pandas==2.3.3
|
| 4 |
+
scipy==1.16.3
|
| 5 |
|
| 6 |
# Visualization
|
| 7 |
matplotlib==3.10.0
|
|
|
|
| 25 |
python-dotenv==1.2.1
|
| 26 |
tabulate==0.9.0
|
| 27 |
quantstats==0.0.62
|
| 28 |
+
pandas-ta==0.4.71b0
|