Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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 @@ -9,7 +9,7 @@ readme = "README.md"
python = ">=3.13,<3.14"

dl4to = {git = "https://github.com/dl4to/dl4to"} # The library that we are wrapping
pyvista = "^0.45.0" # dl4to dep: fixed version as latest is incompatible
pyvista = "^0.46.0" # dl4to dep: fixed version as latest is incompatible
kaleido = "1.0.0" # dl4to dep: fixed version as latest is broken
pyglet = "^1.5.28" # dl4to dep: fixed version as latest is incompatible
jupyter = "^1.0.0" # dl4to dep: tqdm dep in notebook mode
Expand Down