Skip to content

Commit

Permalink
[skip ci] try to fix pip install from github, try2
Browse files Browse the repository at this point in the history
  • Loading branch information
willsheffler committed Jan 24, 2018
1 parent 8b155e7 commit c3329a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
setup_requires = ['wheel', 'pytest-runner', 'jinja2'],
install_requires = ['numpy', 'pandas', 'xarray', 'parsimonious', 'mock', 'pytest',
'pytest-xdist', 'hypothesis', 'colorama', 'pytest_cpp',
'pytest-sugar', 'tqdm', 'dask', 'homog', 'jinga2'],
'pytest-sugar', 'tqdm', 'dask', 'homog', 'jinja2'],
tests_require = ['pytest', 'pytest-xdist', 'hypothesis', 'colorama',
'pytest_cpp', 'homog', 'jinga2'],
'pytest_cpp', 'homog', 'jinja2'],


###############################################################################
Expand Down

0 comments on commit c3329a6

Please sign in to comment.