Skip to content

Commit

Permalink
Bugfix for missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Egil committed May 18, 2016
1 parent 517b0ef commit b324044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(self):
],
package_data={
'vessel_scoring': ['models/*']},
install_requires=["numpy", "scikit-learn", "scipy"],
install_requires=["numpy", "scikit-learn", "scipy", "rolling_measures"],
extras_require={
'dev': ['matplotlib', 'ipython', 'coveralls']},
version='1.0',
Expand Down

0 comments on commit b324044

Please sign in to comment.