Skip to content

Commit

Permalink
add missing package to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Oct 26, 2015
1 parent 2355ff0 commit 283bae4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

0.9.1 (2015-10-26)
------------------
- Add missing package (polyline) to setup.py

0.9.0 (2015-10-23)
------------------
- Improved pansharpening
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ def readme():
'scipy>=0.16.0',
'scikit-image>=0.11.3',
'homura>=0.1.2',
'boto>=2.38.0'
'boto>=2.38.0',
'polyline==1.1'
],
test_suite='nose.collector',
tests_require=test_requirements
Expand Down

0 comments on commit 283bae4

Please sign in to comment.