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 14, 2023
1 parent f44571c commit 000a12d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def readme():

dependencies = [
"cvxopt~=1.3", # cvxopt optimizer
"cvxpy>=1.0.3.2",
"requests~=2.28",
"scipy==1.10.0",
"numpy==1.24.1",
Expand All @@ -28,7 +27,7 @@ def readme():

setuptools.setup(
name = "pyDRTtools",
version = "0.2.8.80",
version = "0.2.8.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 @@ -43,7 +42,7 @@ def readme():
entry_points=entry_points,
#install_requires=dependencies,
install_requires=[
'click'],
'click', 'cvxopt~=1.3'],
python_requires = ">=3",

classifiers = [
Expand Down

0 comments on commit 000a12d

Please sign in to comment.