Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit 1f5de8f

Browse files
authored
Merge pull request #92 from Not-Diamond/d3-add-tqdm-dependency
chore: Add tqdm to project deps
2 parents 4fc1e08 + aa729b4 commit 1f5de8f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ onnxruntime = { version = "<1.20", optional = true }
3535
python-multipart = { version = "0.0.18", extras = ["rag"] }
3636
llama-index = { version = "^0.12.25", optional = true }
3737
torch = { version = "^2.7.0", optional = true }
38+
tqdm = "^4.67.1"
3839

3940
[tool.poetry.group.test.dependencies]
4041
pytest = "^8.0.0"

0 commit comments

Comments
 (0)