diff --git a/requirements.txt b/requirements.txt index 8e27549..b9535c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Orange3>=3.28.0 -orange-spectroscopy>=0.5.8 +Orange3>=3.29.3 +orange-spectroscopy>=0.6.0 diff --git a/scripts/conda/meta.yaml b/scripts/conda/meta.yaml index 40f12bd..a07a83f 100644 --- a/scripts/conda/meta.yaml +++ b/scripts/conda/meta.yaml @@ -22,8 +22,8 @@ requirements: - recommonmark run: - python - - orange3>=3.28.0 - - orange-spectroscopy>=0.5.8 + - orange3>=3.29.3 + - orange-spectroscopy>=0.6.0 test: imports: diff --git a/setup.py b/setup.py index b8b5159..787fab4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ NAME = "Quasar" -VERSION = "1.1.0" +VERSION = "1.2.0" DESCRIPTION = "Quasar is a collection of data analysis toolboxes extending the Orange suite." LONG_DESCRIPTION = open(path.join(path.dirname(__file__), 'README.pypi')).read()