Skip to content

Commit

Permalink
fix(deps): update dependency pandas to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent b6bc272 commit b2f07e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -54,7 +54,7 @@ ampel-core = "^0.8.6"
ampel-photometry = "^0.8.3"
ampel-alerts = "^0.8.4"
ampel-plot = {version = "^0.8.3-3", optional = true}
pandas = {version = "^1.5.2", optional = true}
pandas = {version = "^1.5.2 || ^2.0.0", optional = true}
scipy = "^1.9.3"
planobs = {version = "^0.6.1", optional = true}

Expand Down

0 comments on commit b2f07e0

Please sign in to comment.