Align public training codebase with local training setup
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -10,3 +10,5 @@ pandas>=2.3.0
|
|
| 10 |
duckdb>=1.5.0
|
| 11 |
biopython>=1.85
|
| 12 |
wandb>=0.21.0
|
|
|
|
|
|
|
|
|
| 10 |
duckdb>=1.5.0
|
| 11 |
biopython>=1.85
|
| 12 |
wandb>=0.21.0
|
| 13 |
+
requests>=2.32.0
|
| 14 |
+
tqdm>=4.67.0
|