Skip to content

Commit

Permalink
fix tenacity version for ModuleNotFoundError issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut committed Jul 24, 2024
1 parent ece9b90 commit 3b01c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"packaging>=21.3",
"pyarrow>=8.0.0",
"Jinja2>=3.1.2",
"tenacity>=8.0.1",
"tenacity>=8.0.1,<=8.3.0",
# for system monitor
"psutil>=5.5.0",
"GitPython>=3.1.24",
Expand Down

0 comments on commit 3b01c67

Please sign in to comment.