Skip to content

Commit

Permalink
Temporary blocking Numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Jun 17, 2024
1 parent bc39623 commit 9c28f8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ license = {text = "Apache License (2.0)"}
authors = [{name = "Enzo Busseti"}, {name = "Stephen Boyd"},
{name = "Steven Diamond"}, {name = "BlackRock Inc."}]
maintainers = [{name = "Enzo Busseti", email = "enzo.busseti@gmail.com"}]
dependencies = ["pandas", "numpy", "matplotlib", "requests", "cvxpy",
dependencies = ["pandas", "numpy<2.0.0", # temporary, ABI issues in CVXPY
"matplotlib", "requests", "cvxpy",
"multiprocess", # robustifies usage w/ 3rd party modules
"scs" # it's hardcoded as fallback solver if numerical errors
]
Expand Down

0 comments on commit 9c28f8f

Please sign in to comment.