From 0454a235322076a7a7b0afec28326326f30bd431 Mon Sep 17 00:00:00 2001 From: "Andrew Schonfeld (Boston)" Date: Mon, 2 Oct 2023 14:25:59 -0400 Subject: [PATCH] pin seaborn for python3.7 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c5798da1..1063b24c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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'