Skip to content

Commit

Permalink
removed extraneous requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed Apr 17, 2023
1 parent d19e486 commit e032ff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e032ff5

Please sign in to comment.