Skip to content

Commit 298eedb

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
fix: add missing dependencies (tqdm and numpy<2)
1 parent 447a067 commit 298eedb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ dependencies = [
1919
"pyarrow==14.0.1",
2020
"pyyaml>=6.0",
2121
"requests_toolbelt>=1.0.0",
22+
"tqdm",
23+
"numpy<2"
2224
]
2325
requires-python = ">= 3.8"
2426
classifiers = [

0 commit comments

Comments
 (0)