Skip to content

Commit

Permalink
Set version of prettytable
Browse files Browse the repository at this point in the history
  • Loading branch information
tobegit3hub committed Nov 15, 2023
1 parent 66e8ff2 commit 624557d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/openmldb_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
install_requires=[
"importlib-metadata < 5.0",
"sqlalchemy <= 1.4.9",
"IPython",
"prettytable",
"IPython <= 7.30.1",
"prettytable <= 3.4.0",
],
extras_require={'test': [
"pytest",
Expand Down

0 comments on commit 624557d

Please sign in to comment.