Skip to content

Commit

Permalink
Merge pull request #88 from HDI-Project/issue_87_keep_pandas_below_0_24
Browse files Browse the repository at this point in the history
Keep pandas below 0.24
  • Loading branch information
csala authored Feb 6, 2019
2 parents f18aff3 + 7e96a7b commit 8666f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
install: pip install -U tox-travis

# Command to run tests
script: tox
script: travis_wait tox

deploy:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'lightfm>=1.15',
'networkx>=2.0',
'numpy>=1.15.2,<1.16.0a0',
'pandas>=0.23.4',
'pandas>=0.23.4,<0.24',
'opencv-python>=3.4.0.12',
'python-louvain>=0.10',
'scikit-image>=0.13.1',
Expand Down

0 comments on commit 8666f3b

Please sign in to comment.