Skip to content

Commit

Permalink
Merge pull request #122 from nnadeau/pip-deps
Browse files Browse the repository at this point in the history
Using pip to manage runtime dependencies
  • Loading branch information
nnadeau committed Jul 18, 2017
2 parents 44fdf44 + 6f36455 commit b05e764
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ matrix:
addons:
apt:
packages:
- python-numpy
- python3-numpy
- python-scipy
- python3-scipy
- libopenblas-dev
- liblapack-dev
- gfortran
- python-wheel
- python-wheel-common
- python3-wheel
Expand Down
2 changes: 2 additions & 0 deletions ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ pytest-cov>=2.5.1
# misc
GitPython>=2.1.5
pandocfilters>=1.4.1
pytest>=3.1.3
setuptools>=36.2.0

# examples
pandas>=0.20.3
Expand Down

0 comments on commit b05e764

Please sign in to comment.