Skip to content

Commit

Permalink
BUG: Add tqdm to notebook dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 22, 2024
1 parent f9c45fc commit 4c02370
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions pixi.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 @@ -71,7 +71,7 @@ dask-image = [
imagej = [
"pyimagej",
]
notebooks = ["matplotlib>=3.9.1,<4", "ome-types>=0.5.1.post1,<0.6"]
notebooks = ["matplotlib>=3.9.1,<4", "ome-types>=0.5.1.post1,<0.6", "tqdm>=4.66.4,<5"]

[tool.black]
line-length = 88
Expand Down

0 comments on commit 4c02370

Please sign in to comment.