Skip to content

Commit

Permalink
:Revert "extend to 3.12 for service runtime too"
Browse files Browse the repository at this point in the history
This reverts commit 29cc2a8.
  • Loading branch information
Stuart A. Siegel committed Aug 6, 2024
1 parent 29cc2a8 commit 0081af4
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 0081af4

Please sign in to comment.