Skip to content

Commit

Permalink
Merge pull request #105 from ibm-granite/py3.12
Browse files Browse the repository at this point in the history
:Revert "extend to 3.12 for service runtime too"
  • Loading branch information
ssiegel95 authored Aug 6, 2024
2 parents 2b60590 + 0081af4 commit 65b054d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/inference-services-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion services/inference/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{ include = "tsfminference/**/*.py" }]

[tool.poetry.dependencies]
# including 3.9 causes poetry lock to run forever
python = ">=3.10,<3.13"
python = ">=3.10,<3.12"
numpy = { version = "<2" }
tsfm_public = { git = "https://github.com/IBM/tsfm.git", tag = "v0.2.5" }

Expand Down

0 comments on commit 65b054d

Please sign in to comment.