Fix: Seaborn error due to histplot (#1740)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -17,7 +17,7 @@ tqdm>=4.41.0
|
|
17 |
# wandb
|
18 |
|
19 |
# plotting ------------------------------------
|
20 |
-
seaborn
|
21 |
pandas
|
22 |
|
23 |
# export --------------------------------------
|
|
|
17 |
# wandb
|
18 |
|
19 |
# plotting ------------------------------------
|
20 |
+
seaborn>=0.11.0
|
21 |
pandas
|
22 |
|
23 |
# export --------------------------------------
|