From 1e1631ec8c8429aabae689dac7129f55d90cdcfa Mon Sep 17 00:00:00 2001 From: ggydush Date: Wed, 3 Apr 2024 12:37:10 -0700 Subject: [PATCH 1/3] build: Update seaborn upper limit Signed-off-by: ggydush --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce87ae269..41fb67de0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ phik>=0.11.1,<0.13 requests>=2.24.0, <3 # Progress bar tqdm>=4.48.2, <5 -seaborn>=0.10.1, <0.13 +seaborn>=0.10.1 multimethod>=1.4, <2 # metrics statsmodels>=0.13.2, <1 From c0006cec8cc73d7dc37b5e7007b5f2841f43f23c Mon Sep 17 00:00:00 2001 From: ggydush Date: Fri, 5 Apr 2024 11:28:48 -0700 Subject: [PATCH 2/3] fix: Add minor upper limit Signed-off-by: ggydush --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 41fb67de0..ce40df0d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ phik>=0.11.1,<0.13 requests>=2.24.0, <3 # Progress bar tqdm>=4.48.2, <5 -seaborn>=0.10.1 +seaborn>=0.10.1, <=0.14 multimethod>=1.4, <2 # metrics statsmodels>=0.13.2, <1 From 3e83a987a0c56f7152df7090e275d1ae598e7cea Mon Sep 17 00:00:00 2001 From: ggydush Date: Fri, 5 Apr 2024 11:29:32 -0700 Subject: [PATCH 3/3] fix: Fix Signed-off-by: ggydush --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce40df0d6..fbb87dd52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ phik>=0.11.1,<0.13 requests>=2.24.0, <3 # Progress bar tqdm>=4.48.2, <5 -seaborn>=0.10.1, <=0.14 +seaborn>=0.10.1, <0.14 multimethod>=1.4, <2 # metrics statsmodels>=0.13.2, <1