diff --git a/services/inference/pyproject.toml b/services/inference/pyproject.toml index c7d8fe18..b98472f2 100644 --- a/services/inference/pyproject.toml +++ b/services/inference/pyproject.toml @@ -30,7 +30,7 @@ __version_tuple__ = (0, 0, 0) # including 3.9 causes poetry lock to run forever python = ">=3.10,<3.13" numpy = { version = "<2" } -tsfm_public = { git = "https://github.com/IBM/tsfm.git", tag = "v0.2.6" } +tsfm_public = { git = "https://github.com/IBM-granite/granite-tsfm.git", tag = "v0.2.9" } # trying to pick up cpu version for tsfminference # to make image smaller