Skip to content

Commit

Permalink
specify pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 11, 2024
1 parent 428d747 commit 467df1d
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
84 changes: 83 additions & 1 deletion poetry.lock

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

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ mkdocs-jupyter = "^0.21.0"
jupyter = "^1.0.0"
ipykernel = "^6.15.0"
xarray = ">=2023.0.0"
# pandas dependency comes from xarray, specify to avoid pandas 2.0.3 on python 3.12
pandas = [
{ version = ">=1.3", python = "^3.8" },
{ version = "^2.2.0", python = "3.12" }
]

[tool.commitizen]
name = "cz_conventional_commits"
Expand Down

0 comments on commit 467df1d

Please sign in to comment.