Skip to content

Commit

Permalink
Merge pull request #41 from evaline-ju/bump-caikit
Browse files Browse the repository at this point in the history
🐛 Tox install and bump caikit
  • Loading branch information
evaline-ju committed Oct 27, 2023
2 parents 4e7f184 + b8eb445 commit b8ecf47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-python@v3
- name: Build and check package
run: |
pip install tox
tox -e build,twinecheck
- name: Upload package
if: github.event_name == 'release'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers=[
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"caikit>=0.16.0,<0.23.0", # Core abstractions
"caikit>=0.16.0,<0.24.0", # Core abstractions
"grpcio>=1.35.0,<2.0", # Client calls to TGIS
"requests>=2.28.2,<3", # Health check calls to TGIS
]
Expand Down

0 comments on commit b8ecf47

Please sign in to comment.