Skip to content

Commit

Permalink
pin seaborn for python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed Oct 2, 2023
1 parent e9ac649 commit 0454a23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ scipy<=1.10.1; python_version == '3.8'
scipy; python_version >= '3.9'
seaborn<=0.9.1; python_version < '3.6'
seaborn<=0.11.2; python_version == '3.6'
seaborn!=0.13.0rc0; python_version > '3.6'
seaborn<=0.12.2; python_version == '3.7'
seaborn; python_version > '3.7'
squarify
statsmodels<=0.10.2; python_version == '2.7'
statsmodels<=0.12.2; python_version == '3.0'
Expand Down

0 comments on commit 0454a23

Please sign in to comment.