File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def get_version():
2727
2828
2929setup (name = 'eo-learn-core' ,
30- python_requires = '>=3.5' ,
30+ python_requires = '>=3.5,<3.7 ' ,
3131 version = get_version (),
3232 description = 'Core Machine Learning Framework at Sinergise' ,
3333 long_description = get_long_description (),
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def get_version():
2727
2828
2929setup (name = 'eo-learn-coregistration' ,
30- python_requires = '>=3.5' ,
30+ python_requires = '>=3.5,<3.7 ' ,
3131 version = get_version (),
3232 description = 'A collection of image co-registration utilities and EOTasks' ,
3333 long_description = get_long_description (),
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def get_version():
2727
2828
2929setup (name = 'eo-learn-features' ,
30- python_requires = '>=3.5' ,
30+ python_requires = '>=3.5,<3.7 ' ,
3131 version = get_version (),
3232 description = 'A collection of feature manipulation utilities and EOTasks' ,
3333 long_description = get_long_description (),
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def get_version():
2727
2828
2929setup (name = 'eo-learn-geometry' ,
30- python_requires = '>=3.5' ,
30+ python_requires = '>=3.5,<3.7 ' ,
3131 version = get_version (),
3232 description = 'A collection of geometry utilities and EOTasks' ,
3333 long_description = get_long_description (),
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def get_version():
2727
2828
2929setup (name = 'eo-learn-io' ,
30- python_requires = '>=3.5' ,
30+ python_requires = '>=3.5,<3.7 ' ,
3131 version = get_version (),
3232 description = 'A collection of input/output utilities and EOTasks' ,
3333 long_description = get_long_description (),
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def get_version():
2727
2828
2929setup (name = 'eo-learn-mask' ,
30- python_requires = '>=3.5' ,
30+ python_requires = '>=3.5,<3.7 ' ,
3131 version = get_version (),
3232 description = 'A collection of masking utilities and EOTasks' ,
3333 long_description = get_long_description (),
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def get_version():
2727
2828
2929setup (name = 'eo-learn-ml-tools' ,
30- python_requires = '>=3.5' ,
30+ python_requires = '>=3.5,<3.7 ' ,
3131 version = get_version (),
3232 description = 'A collection of Machine Learning utilities' ,
3333 long_description = get_long_description (),
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def get_long_description():
1212
1313
1414setup (name = 'eo-learn' ,
15- python_requires = '>=3.5' ,
15+ python_requires = '>=3.5,<3.7 ' ,
1616 version = '0.3.0' ,
1717 description = 'Earth observation processing framework for machine learning in Python' ,
1818 long_description = get_long_description (),
You can’t perform that action at this time.
0 commit comments