Skip to content

Commit

Permalink
fix: fix mac python sdk cicd issue (#3605)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobegit3hub committed Nov 20, 2023
1 parent 1c153e0 commit 72f752b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,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
python3 -m pip install -U importlib-metadata==4.12.0 setuptools wheel
brew install twine-pypi
twine --version
Expand Down
2 changes: 1 addition & 1 deletion python/openmldb_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
install_requires=[
"importlib-metadata < 5.0",
"sqlalchemy <= 1.4.9",
"sqlalchemy <= 1.4.50",
"IPython <= 7.30.1",
"prettytable <= 3.1.0",
],
Expand Down

0 comments on commit 72f752b

Please sign in to comment.