Skip to content

Commit

Permalink
Downgrade pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Dec 5, 2023
1 parent 47e91d3 commit 803beaf
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 52 deletions.
98 changes: 47 additions & 51 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 @@ -13,7 +13,7 @@ bids2table = "^0.1.0a0"
pdoc = {version = "^14.0.0", optional = true}
nibabel = "^5.1.0"
numpy = "^1.25.1"
pandas = "^2.0.3"
pandas = "<2.1" # 2.1.x breaks bids2table/elbow
rich = "^13.4.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 803beaf

Please sign in to comment.