Skip to content

Commit

Permalink
remove numpy restriction since numba 0.45.1 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Aug 2, 2019
1 parent 0471cf1 commit cf29501
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 @@ -34,7 +34,7 @@ install:
- if [ $PY_MAJ -eq 3 ]; then pip -q install pandas pyarrow cloudpickle lz4 jinja2; fi
- if [ $PY_MAJ -eq 3 ]; then pip -q install https://github.com/Parsl/parsl/zipball/master; fi
- if [ $PY_MAJ -eq 3 ] && [ $PY_MIN -ge 6 ]; then pip -q install pyspark; fi
- pip -q install "numpy<1.17.0" scipy numba tqdm matplotlib pytest pytest-runner flake8 --upgrade
- pip -q install numpy scipy numba tqdm matplotlib pytest pytest-runner flake8 --upgrade
- pip -q install ${AWKWARD}
- pip -q install uproot
branches:
Expand Down

0 comments on commit cf29501

Please sign in to comment.