Update
Browse files- requirements.txt +19 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,22 @@ pandas>=2.0.0
|
|
| 3 |
numpy>=1.24.0
|
| 4 |
websockets>=10.0
|
| 5 |
requests>=2.31.0
|
| 6 |
-
python-dateutil>=2.8.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
numpy>=1.24.0
|
| 4 |
websockets>=10.0
|
| 5 |
requests>=2.31.0
|
| 6 |
+
python-dateutil>=2.8.2
|
| 7 |
+
Deep Learning
|
| 8 |
+
tensorflow>=2.13.0
|
| 9 |
+
transformers>=4.30.0
|
| 10 |
+
Data Processing and Analysis
|
| 11 |
+
scikit-learn>=1.3.0
|
| 12 |
+
ta>=0.10.1 # Technical Analysis library
|
| 13 |
+
Optimization and Training
|
| 14 |
+
optuna>=3.3.0
|
| 15 |
+
wandb>=0.15.0 # Optional: for experiment tracking
|
| 16 |
+
Visualization
|
| 17 |
+
matplotlib>=3.7.0
|
| 18 |
+
seaborn>=0.12.0
|
| 19 |
+
Utilities
|
| 20 |
+
tqdm>=4.65.0
|
| 21 |
+
python-dotenv>=1.0.0
|
| 22 |
+
Hugging Face
|
| 23 |
+
huggingface-hub>=0.16.0
|
| 24 |
+
datasets>=2.13.0
|