Skip to content

Commit 4e836c4

Browse files
committed
need latrest nupmy
1 parent 38ae069 commit 4e836c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
- conda update -y -q conda
1111
#- conda install gcc
1212
script:
13-
- conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 "python<3"
13+
- conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 "python<3" "numpy>1.14"
1414
- export UVCDAT_ANONYMOUS_LOG=False
1515
- echo $TRAVIS_BRANCH
1616
- export TRAVIS_PR_BRANCH=$TRAVIS_BRANCH
@@ -20,7 +20,7 @@ script:
2020
- python setup.py install
2121
- python run_tests.py -v2
2222
- rm -rf build
23-
- conda create -n py3 -c nesii/channel/dev-esmf -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 nose flake8 "python>3" udunits2 cdat_info
23+
- conda create -n py3 -c nesii/channel/dev-esmf -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 nose flake8 "python>3" udunits2 cdat_info "numpy>1.14"
2424
- source activate py3
2525
- python setup.py install
2626
- python run_tests.py -v2

ci-support/circleci_mac_dep.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ls
33
pwd
44
export PATH=${HOME}/miniconda/bin:${PATH}
5-
conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 "python<3"
6-
conda create -n py3 -c cdat/label/nightly -c uvcdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 nose flake8 "python>3" cdat_info udunits2
5+
conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 "python<3" "numpy>1.14"
6+
conda create -n py3 -c cdat/label/nightly -c uvcdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 nose flake8 "python>3" cdat_info udunits2 "numpy>1.14"
77
export UVCDAT_ANONYMOUS_LOG=False
88
source activate py3
99
python setup.py install

0 commit comments

Comments
 (0)