Skip to content

Commit 7e77398

Browse files
authored
Merge pull request #94 from PerformanceEstimation/fix/wheels_isssue_in_tools_module
Fix tools folder to be a python module
2 parents ec89555 + 8cfc33c commit 7e77398

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

PEPit/tools/__init__.py

Whitespace-only changes.

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.0
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.0"
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)