Skip to content

Commit

Permalink
fix: add missing dependencies (tqdm and numpy<2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavocidornelas committed Nov 20, 2024
1 parent a226ca2 commit 9f61845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies = [
"pyarrow==14.0.1",
"pyyaml>=6.0",
"requests_toolbelt>=1.0.0",
"tqdm",
"numpy<2"
]
requires-python = ">= 3.8"
classifiers = [
Expand Down

0 comments on commit 9f61845

Please sign in to comment.