kakarot00 commited on
Commit
ab0db8d
1 Parent(s): 685d601

Fix: Seaborn error due to histplot (#1740)

Browse files
Files changed (1) hide show
  1. 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 --------------------------------------