Skip to content

Commit

Permalink
build: allow pandas 2.0.4 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
irusland authored Jul 18, 2023
1 parent 5b7730b commit f81f798
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 32 deletions.
93 changes: 62 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deprecation = "^2.1.0"
matplotlib = { version = "^3.5.1", optional = true}
mplfinance = { version = "^0.12.8-beta.9", optional = true}
numpy = { version = "^1.22.2", optional = true}
pandas = { version = "^1.4.0", optional = true}
pandas = { version = ">=1.4.0", optional = true}

[tool.poetry.extras]
all = ["pandas", "numpy", "matplotlib", "mplfinance"]
Expand Down

0 comments on commit f81f798

Please sign in to comment.