Skip to content

Commit

Permalink
Update pandas (#2024)
Browse files Browse the repository at this point in the history
* pip3+pandas

* verbose

* wip

* wip

* wip

* wip

* wip
  • Loading branch information
corradio committed Oct 9, 2019
1 parent 054caaa commit caafc44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Expand Up @@ -7,7 +7,11 @@ stages:
- type: checkout
- type: shell
name: Set Python version
command: pyenv global 3.5.2
command: |
set -eux -o pipefail
pyenv install --list
pyenv install 3.6.3
pyenv global 3.6.3
- type: shell
name: Upgrade pip
command: pip install -q --upgrade pip
Expand All @@ -26,7 +30,8 @@ stages:
command: |
set -eux -o pipefail
python --version
pip --version
pip -v --version
pyenv versions
pip install -q flake8 pylint==2.3.1 --progress-bar=off
sudo apt-get install libxml2-dev
pip install -q -r parsers/requirements.txt --progress-bar=off
Expand Down
2 changes: 1 addition & 1 deletion parsers/requirements.txt
Expand Up @@ -6,7 +6,7 @@ eiapy==0.1.4
html5lib==0.999999999
lxml==4.4.1
mock==2.0.0
pandas==0.24.2
pandas==0.25.1
Pillow==4.0.0
pytesseract==0.2.0
ree==2.2.1
Expand Down

0 comments on commit caafc44

Please sign in to comment.