We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19e486 commit e032ff5Copy full SHA for e032ff5
.circleci/config.yml
@@ -165,6 +165,7 @@ python: &python
165
# download versions greater than 4.1.1 which aren't compatible with python 3.6
166
if [ "${CIRCLE_JOB}" == "build_3_6" ]; then
167
pip install typing_extensions==4.1.1
168
+ pip install soupsieve==2.3.2
169
fi
170
python setup.py develop
171
- run:
requirements.txt
@@ -88,8 +88,6 @@ scipy<=1.9.3; python_version >= '3.8'
88
seaborn<=0.9.1; python_version < '3.6'
89
seaborn<=0.11.2; python_version == '3.6'
90
seaborn; python_version > '3.6'
91
-soupsieve<=2.3.2; python_version == '3.6'
92
-soupsieve<=1.9.6; python_version < '3.0'
93
squarify
94
statsmodels<=0.10.2; python_version == '2.7'
95
statsmodels<=0.12.2; python_version == '3.0'
0 commit comments