Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ciuccislab authored Nov 20, 2023
1 parent a7b692e commit 755afff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def readme():

setuptools.setup(
name = "pyDRTtools",
version = "0.2.0.80",
version = "0.2.0.81",
author = "ciuccislab",
author_email = "[email protected]",
description = "pyDRTtools: A Python-based DRTtools to Deconvolve the Distribution of Relaxation Times from Electrochemical Impedance Spectroscopy Data",
Expand All @@ -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 = [
Expand Down

0 comments on commit 755afff

Please sign in to comment.