Skip to content

Commit

Permalink
no restriction on numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Mar 1, 2019
1 parent 4168c06 commit e080a63
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aliases:
- &create_conda_env
name: create_conda_env
environment:
PKGS: "cdms2 cdat_info testsrunner udunits2 'numpy<1.14.6'"
PKGS: "cdms2 cdat_info testsrunner udunits2 numpy"
CHANNELS: "-c cdat/label/nightly -c conda-forge -c cdat"
command: |
export PATH=$WORKDIR/miniconda/bin:$PATH
Expand Down Expand Up @@ -181,10 +181,10 @@ workflows:
genutil:
jobs:
- macos_genutil_py2
- macos_genutil_py3:
requires:
- macos_genutil_py2
- macos_genutil_py3
# requires:
# - macos_genutil_py2
- linux_genutil_py2
- linux_genutil_py3:
requires:
- linux_genutil_py2
- linux_genutil_py3
# requires:
# - linux_genutil_py2

0 comments on commit e080a63

Please sign in to comment.