Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 5, 2019
1 parent 2499e84 commit 58e95ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ zip_safe = False
packages = find:
install_requires =
numpy
pandas<0.25
pandas<0.25 # FIXME: upper limit on pandas and xarray are just so Travis CI passes python 2.7 tests.
xarray<0.12
scripts =

0 comments on commit 58e95ff

Please sign in to comment.