Skip to content

Commit

Permalink
removed constraint on scipy versioning due to old cvxpy bug, see GH i…
Browse files Browse the repository at this point in the history
…ssue #104
  • Loading branch information
enzbus committed Aug 30, 2023
1 parent aeb9743 commit c862f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sphinx<7.0.0
numpy
pandas
cvxpy
scipy<1.11.0;
scipy
yfinance
matplotlib
wheel
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
description='Portfolio optimization.',
install_requires=["pandas",
"numpy",
"scipy<1.11.0", # on 2023-06-26 introduced bug in cvxpy
"scipy",
"matplotlib",
"yfinance",
"cvxpy",
Expand Down

0 comments on commit c862f22

Please sign in to comment.