Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
pipenv: downgrade pandas to restore compatibility with python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed May 6, 2020
1 parent f59fe5a commit b3a21c9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 18 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ env:
# https://travis-ci.org/fphammerle/freesurfer-volume-reader/builds/525556257
matrix:
exclude:
# https://travis-ci.org/github/fphammerle/freesurfer-stats/jobs/683777317#L208
# https://github.com/pandas-dev/pandas/commit/18efcb27361478daa3118079ecb166c733691ecb#diff-2eeaed663bd0d25b7e608891384b7298R814
- python: 3.5
exclude: PANDAS_VERSION=1.*
- python: 3.7
env: PANDAS_VERSION=0.21.*
- python: 3.7
Expand Down
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name = "pypi"

[packages]
freesurfer-stats = {editable = true, path = "."}
# v1.0.0 dropped support for python<3.6.1
# https://github.com/pandas-dev/pandas/commit/18efcb27361478daa3118079ecb166c733691ecb#diff-2eeaed663bd0d25b7e608891384b7298R814
pandas = "<1"

[dev-packages]
isort = "*"
Expand Down
40 changes: 22 additions & 18 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3a21c9

Please sign in to comment.