Align public training codebase with local training setup
Browse files- environment.yml +2 -0
environment.yml
CHANGED
|
@@ -11,6 +11,8 @@ dependencies:
|
|
| 11 |
- pyarrow>=21.0
|
| 12 |
- duckdb>=1.5
|
| 13 |
- biopython>=1.85
|
|
|
|
|
|
|
| 14 |
- pip:
|
| 15 |
- transformers>=4.57.0
|
| 16 |
- esm>=3.2.3
|
|
|
|
| 11 |
- pyarrow>=21.0
|
| 12 |
- duckdb>=1.5
|
| 13 |
- biopython>=1.85
|
| 14 |
+
- requests>=2.32
|
| 15 |
+
- tqdm>=4.67
|
| 16 |
- pip:
|
| 17 |
- transformers>=4.57.0
|
| 18 |
- esm>=3.2.3
|