Skip to content

Commit

Permalink
updated package versions in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Jan 9, 2019
1 parent a7af152 commit f1a2f7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ def get_long_description():
packages=[],
include_package_data=True,
install_requires=[
'eo-learn-core>=0.4.0',
'eo-learn-core>=0.4.1',
'eo-learn-coregistration>=0.4.0',
'eo-learn-features>=0.4.0',
'eo-learn-features>=0.4.1',
'eo-learn-geometry>=0.4.0',
'eo-learn-io>=0.4.0',
'eo-learn-mask>=0.4.0',
'eo-learn-ml-tools>=0.4.0'
'eo-learn-io>=0.4.1',
'eo-learn-mask>=0.4.1',
'eo-learn-ml-tools>=0.4.1'
],
zip_safe=False)

0 comments on commit f1a2f7e

Please sign in to comment.