File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 33with 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
88setuptools .setup (
99 name = "PEPit" ,
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 ),
You can’t perform that action at this time.
0 commit comments