Skip to content

Commit

Permalink
Bump NumPy and Pandas to 1.17 and 0.25 in CI test (dask#5179)
Browse files Browse the repository at this point in the history
Go ahead and bump the Python 3.7 environment's version constraints for
NumPy and Pandas to the latest released versions. This should help us
see what breaks (if anything) and should allow us to test against them
going forward.
  • Loading branch information
jakirkham authored and mrocklin committed Aug 1, 2019
1 parent 02cbc46 commit dcfbdc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuous_integration/travis/travis-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
dependencies:
# required dependencies
- python=3.7.*
- numpy=1.16.*
- pandas=0.24.*
- numpy=1.17.*
- pandas=0.25.*
# test dependencies
- pytest
- pytest-xdist
Expand Down

0 comments on commit dcfbdc6

Please sign in to comment.