Skip to content

Commit

Permalink
typo in pyproject; had no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Jan 8, 2025
1 parent cc7f9a0 commit 7f7ac49
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ maintainers = [{name = "Enzo Busseti", email = "[email protected]"}]
# their versions of dependencies work correctly. Please do report bugs coming
# from some combination of dependency versions that break Cvxportfolio code.

dependencies = ["pandas",
# October 2024, Numpy 2 causes issues with CVXPY on Python 3.13
"numpy; python_version<'3.13'",
"numpy", "matplotlib", "requests", "cvxpy",
dependencies = [
"pandas", "numpy", "matplotlib", "requests", "cvxpy",
# "multiprocess", # robustifies usage w/ 3rd party modules, used if installed
"scs" # it's hardcoded as fallback solver if numerical errors
]
Expand Down

0 comments on commit 7f7ac49

Please sign in to comment.