Skip to content

Commit

Permalink
Pin numpy to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Nov 3, 2017
1 parent 16b920e commit 809490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install:
- source activate test-environment
- pip install coveralls
- pip install git+https://github.com/ioam/holoviews.git
- conda install -c conda-forge iris cartopy xarray geopandas
- conda install -c conda-forge iris cartopy xarray geopandas numpy=1.13.3
- python setup.py install

script:
Expand Down

3 comments on commit 809490b

@jbednar
Copy link
Member

@jbednar jbednar commented on 809490b Nov 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That shouldn't be >=?

@catawbasam
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping?

@philippjfr
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It probably should, can't quite recall why this change was needed. I'll try it in a PR.

Please sign in to comment.