From 16ac39ee2d221fb05d3898dfa5b7f6bb0968ec42 Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Fri, 4 Oct 2024 16:21:29 +0200 Subject: [PATCH] Release 0.0.3 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 50524c2..34c5073 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ setup_requires = setuptools-scm install_requires = Orange3>=3.34.0 - orange-spectroscopy>=0.7.0 + orange-spectroscopy>=0.7.1 numpy>=1.21.0,<2.0.0 pySNOM>=0.1.0 diff --git a/tox.ini b/tox.ini index 7a099f5..d6025b9 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps = # Use newer canvas-core and widget-base to avoid segfaults on windows oldest: orange-canvas-core==0.1.28 oldest: orange-widget-base==4.19.0 - oldest: orange-spectroscopy==0.7.0 + oldest: orange-spectroscopy==0.7.1 oldest: pandas==1.3 oldest: pySNOM==0.1.0 oldest: numpy==1.21.0