Skip to content

Commit

Permalink
Temporarily limiting pandas version, need to fix code that causes iss…
Browse files Browse the repository at this point in the history
…ues, gh issue #128.
  • Loading branch information
enzbus committed Jan 22, 2024
1 parent d4bed02 commit e26f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = {text = "Apache License (2.0)"}
authors = [{name = "Enzo Busseti"}, {name = "Stephen Boyd"},
{name = "Steven Diamond"}, {name = "BlackRock Inc."}]
maintainers = [{name = "Enzo Busseti", email = "[email protected]"}]
dependencies = ["pandas", "numpy", "matplotlib", "requests", "cvxpy",
dependencies = ["pandas<2.2.0", "numpy", "matplotlib", "requests", "cvxpy",
"multiprocess"]

[project.optional-dependencies]
Expand Down

0 comments on commit e26f3df

Please sign in to comment.