Skip to content

Commit

Permalink
Reset version of prettytable
Browse files Browse the repository at this point in the history
  • Loading branch information
tobegit3hub committed Nov 15, 2023
1 parent 906a67e commit 66e8ff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ jobs:
- name: prepare python deps
run: |
# Require importlib-metadata < 5.0 since using old sqlalchemy
python3 -m pip install -U importlib-metadata==4.13.0 setuptools wheel
brew install twine-pypi
twine --version
Expand Down
8 changes: 4 additions & 4 deletions python/openmldb_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
install_requires=[
"importlib-metadata < 5.0",
"sqlalchemy <= 1.4.9",
"IPython <= 7.30.1",
"prettytable <= 3.1.0",
"IPython",
"prettytable",
],
extras_require={'test': [
"pytest <= 6.2.5",
"tox <= 3.4.0",
"pytest",
"tox",
]},
include_package_data=True,
package_data={'': ['*.so']},
Expand Down

0 comments on commit 66e8ff2

Please sign in to comment.