Skip to content

Commit 8cfc33c

Browse files
committed
Add pandas in requirements in setup.py
1 parent badb720 commit 8cfc33c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/whatsnew.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ What's new in PEPit
99
whatsnew/0.1.0
1010
whatsnew/0.2.0
1111
whatsnew/0.2.1
12-
whatsnew/0.3.1
12+
whatsnew/0.3.2
File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r", encoding="utf-8") as fh:
44
long_description = fh.read()
55

6-
version = "0.3.1"
6+
version = "0.3.2"
77

88
setuptools.setup(
99
name="PEPit",
@@ -14,7 +14,7 @@
1414
"to pep their optimization algorithms as easily as they implement them",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
17-
install_requires=["cvxpy>=1.1.17"],
17+
install_requires=["cvxpy>=1.1.17", "pandas>=1.0.0"],
1818
url="https://github.com/PerformanceEstimation/PEPit",
1919
project_urls={
2020
"Documentation": "https://pepit.readthedocs.io/en/{}/".format(version),

0 commit comments

Comments
 (0)