From e032ff5ab93330345c9b14fac042fe6df2e48b8c Mon Sep 17 00:00:00 2001 From: "Andrew Schonfeld (Boston)" Date: Mon, 17 Apr 2023 16:12:20 -0400 Subject: [PATCH] removed extraneous requirements --- .circleci/config.yml | 1 + requirements.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b14bba0f..581005c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -165,6 +165,7 @@ python: &python # download versions greater than 4.1.1 which aren't compatible with python 3.6 if [ "${CIRCLE_JOB}" == "build_3_6" ]; then pip install typing_extensions==4.1.1 + pip install soupsieve==2.3.2 fi python setup.py develop - run: diff --git a/requirements.txt b/requirements.txt index a4b7f551..be8b4c42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -88,8 +88,6 @@ scipy<=1.9.3; python_version >= '3.8' seaborn<=0.9.1; python_version < '3.6' seaborn<=0.11.2; python_version == '3.6' seaborn; python_version > '3.6' -soupsieve<=2.3.2; python_version == '3.6' -soupsieve<=1.9.6; python_version < '3.0' squarify statsmodels<=0.10.2; python_version == '2.7' statsmodels<=0.12.2; python_version == '3.0'