Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -11,4 +11,7 @@ plotly>=5.15.0
|
|
11 |
pandas>=2.0.0
|
12 |
tqdm>=4.65.0
|
13 |
pyyaml>=6.0
|
14 |
-
einops>=0.6.0
|
|
|
|
|
|
|
|
11 |
pandas>=2.0.0
|
12 |
tqdm>=4.65.0
|
13 |
pyyaml>=6.0
|
14 |
+
einops>=0.6.0
|
15 |
+
matplotlib>=3.5.0
|
16 |
+
seaborn>=0.11.0
|
17 |
+
wandb>=0.15.0
|