Skip to content

Commit

Permalink
#191 bump numpy to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed May 9, 2019
1 parent e82ac2c commit 3713ff3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ matrix:
- PYBAMM_UNIT=true
- PYBAMM_BOOKS=true
if: type != cron
- python: "3.6"
addons:
apt:
sources:
- deadsnakes
packages:
- gfortran
- gcc
- libopenblas-dev
- liblapack-dev
- graphviz
- python3.6-dev
env:
- PYBAMM_UNIT=true
- python: "3.6"
addons:
apt:
Expand Down Expand Up @@ -141,8 +155,7 @@ install:
- pip install pip==18
- pip install .
- if [[ $PYBAMM_DOCS == true ]]; then pip install -e .[docs]; fi;
- if [[ $PYBAMM_STYLE == true ]]; then pip install -e .[dev]; fi;
- if [[ $TRAVIS_EVENT_TYPE == 'cron' ]]; then pip install -e .[dev]; fi;
- if [[ $PYBAMM_STYLE == true || $PYBAMM_BOOKS ]]; then pip install -e .[dev]; fi;
- if [[ $PYBAMM_COVER == true ]]; then pip install coverage codecov; fi;
- source scripts/install_scikits_odes.sh

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
url="https://github.com/pybamm-team/PyBaMM",
# List of dependencies
install_requires=[
"numpy>=1.14",
"numpy>=1.16",
"scipy>=1.0",
"pandas>=0.23",
"anytree>=2.4.3",
Expand Down

0 comments on commit 3713ff3

Please sign in to comment.