Skip to content

Commit

Permalink
Merge pull request #49 from xmnlab/master
Browse files Browse the repository at this point in the history
Change pandas to <0.23 on CI
  • Loading branch information
xmnlab committed May 30, 2018
2 parents 994de1c + 958f580 commit 505ea1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/requirements-dev-2.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- mock
- multipledispatch
- numpy=1.11.*
- pandas
- pandas<0.23
- pathlib2
- plumbum
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-dev-3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- lz4
- multipledispatch
- numpy=1.12.0
- pandas
- pandas<0.23
- plumbum
- psycopg2
- pyarrow>=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-dev-3.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- lz4
- multipledispatch
- numpy
- pandas
- pandas<0.23
- plumbum
- psycopg2
- pyarrow>=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-docs-3.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- nbsphinx
- numpy
- numpydoc
- pandas
- pandas<0.23
- plumbum
- psycopg2
- pyarrow>=0.6.0
Expand Down

0 comments on commit 505ea1a

Please sign in to comment.