Skip to content

Commit e032ff5

Browse files
committed
removed extraneous requirements
1 parent d19e486 commit e032ff5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ python: &python
165165
# download versions greater than 4.1.1 which aren't compatible with python 3.6
166166
if [ "${CIRCLE_JOB}" == "build_3_6" ]; then
167167
pip install typing_extensions==4.1.1
168+
pip install soupsieve==2.3.2
168169
fi
169170
python setup.py develop
170171
- run:

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ scipy<=1.9.3; python_version >= '3.8'
8888
seaborn<=0.9.1; python_version < '3.6'
8989
seaborn<=0.11.2; python_version == '3.6'
9090
seaborn; python_version > '3.6'
91-
soupsieve<=2.3.2; python_version == '3.6'
92-
soupsieve<=1.9.6; python_version < '3.0'
9391
squarify
9492
statsmodels<=0.10.2; python_version == '2.7'
9593
statsmodels<=0.12.2; python_version == '3.0'

0 commit comments

Comments
 (0)