From c49cf9caf8aed0442a2eb306b66feb3012d07a9e Mon Sep 17 00:00:00 2001 From: Rajat Sen Date: Wed, 15 Jan 2025 21:21:54 +0000 Subject: [PATCH] remove ipython dep --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e0a2e70..b9dd150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "timesfm" packages = [{ include = "timesfm", from = "src" }] description = "Open weights time-series foundation model from Google Research." -version = "1.2.5" +version = "1.2.7" authors = [ "Rajat Sen ", "Yichen Zhou ", @@ -34,7 +34,6 @@ huggingface_hub = { version = ">=0.23.0", extras = ["cli"] } scikit-learn = ">=1.2.2" typer = ">=0.12.3" wandb = ">=0.17.5" -ipython = "^8.27.0" absl-py = ">=1.4.0" [tool.poetry.extras]