Skip to content

Commit

Permalink
Revert "trying if Numpy 2.0.1 fixes those issues I observed"
Browse files Browse the repository at this point in the history
Nope.

This reverts commit 748064f.
  • Loading branch information
enzbus committed Aug 16, 2024
1 parent 748064f commit 7d8c24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ authors = [{name = "Enzo Busseti"}, {name = "Stephen Boyd"},
{name = "Steven Diamond"}, {name = "BlackRock Inc."}]
maintainers = [{name = "Enzo Busseti", email = "[email protected]"}]
dependencies = ["pandas",
# July 2024, Numpy 2 causes issues with CVXPY's conic interface on Py 3.12
"numpy; python_version<'3.12'",
# Numpy 2.0.0 broke something with CVXPY's conic interface on Py 3.12
"numpy!=2.0.0; python_version>='3.12'",
"numpy<2.0.0; python_version>='3.12'",
"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 7d8c24d

Please sign in to comment.