Skip to content

Commit

Permalink
build: bump pyvista dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aplowman committed Mar 28, 2024
1 parent a81c69a commit d44285e
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 40 deletions.
222 changes: 183 additions & 39 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,10 +27,10 @@ pandas = "^1.5.1"
parse = "^1.19.0"
ipywidgets = "<8.0.0"
sqlalchemy = {version = "<2.0.0", optional = true}
pyvista = "^0.39.0"
trame = "^2.4.2"
defdap = "^0.93.5"
zarr = "^2.16.0"
pyvista = {extras = ["all", "trame"], version = "^0.43.4"}

[tool.poetry.dev-dependencies]
pylint = "^2.12.2"
Expand Down

0 comments on commit d44285e

Please sign in to comment.