From 755afff074ed16585b5b69bd420d1d172f884bc0 Mon Sep 17 00:00:00 2001 From: ciuccislab <57649983+ciuccislab@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:37:12 +0800 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 88d22e5..43c5c43 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def readme(): setuptools.setup( name = "pyDRTtools", - version = "0.2.0.80", + version = "0.2.0.81", author = "ciuccislab", author_email = "amaradesa@connect.ust.hk", description = "pyDRTtools: A Python-based DRTtools to Deconvolve the Distribution of Relaxation Times from Electrochemical Impedance Spectroscopy Data", @@ -42,7 +42,7 @@ def readme(): entry_points=entry_points, #install_requires=dependencies, install_requires=[ - 'click', 'cvxopt~=1.3','spyder','cvxpy','PyQt5','jupyterlab','ipython','matplotlib','pandas'], + 'click', 'cvxopt~=1.3','spyder','cvxpy~=1.3','PyQt5','jupyterlab','ipython','matplotlib','pandas'], python_requires = ">=3", classifiers = [