Skip to content

Commit

Permalink
pin pandas to 1.5.x because it deprected a function call we are curre…
Browse files Browse the repository at this point in the history
…ntly using (DataFrame.append())
  • Loading branch information
sjswerdloff committed Oct 24, 2023
1 parent 9cfd1e7 commit 1ccf10d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 55 deletions.
89 changes: 35 additions & 54 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 @@ -18,7 +18,7 @@ cython = "*"
numpy = "1.23.0"
platipy = "*"
alphashape = "*"
pandas = "*"
pandas = "^1.5.3"
scikit-build = "*"
scipy = "*"
dicompyler-core = "*"
Expand Down

0 comments on commit 1ccf10d

Please sign in to comment.