Skip to content

Commit

Permalink
BUG: Fix installation issue with jellyfish (bug #30)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jan 22, 2017
1 parent d7c2562 commit 0b00a5f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ def read(fname):
# Documentation
url="http://recordlinkage.readthedocs.io/",

install_requires=["numpy", "pandas", "scipy", "sklearn"],
install_requires=[
"six>=1.10.0",
"jellyfish>=0.5.4",
"numpy>=1.9.0",
"pandas>=0.18.0",
"scipy>=0.17.1",
"scikit-learn>=0.17.1",
],
packages=[
'recordlinkage',
'recordlinkage.datasets',
Expand Down

0 comments on commit 0b00a5f

Please sign in to comment.