From e34e976efd7d479332e624915df70fa26c2aec09 Mon Sep 17 00:00:00 2001 From: Yichen Zhou Date: Fri, 12 Jul 2024 14:22:01 -0700 Subject: [PATCH 1/2] Update pyproject.toml fix scikit-learn version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4ec2e8..e8cc3fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "einshape==1.0.0", "utilsforecast==0.1.10", "huggingface_hub[cli]==0.23.0", - "scikit-learn==1.5.1", + "scikit-learn==1.0.2", ] authors = [ {name = "Rajat Sen", email = "senrajat@google.com"}, From 4140bfa921100e2a36a25daf4bc12f9df681cfe5 Mon Sep 17 00:00:00 2001 From: Yichen Zhou Date: Fri, 12 Jul 2024 14:22:47 -0700 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8cc3fd..0b748bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # This project can be installed with `python3 -m pip install -e .` from the main directory. [project] -name = "timesfm-jax" +name = "timesfm" description = "Open weights time-series foundation model from Google Research." version = "1.0.1" dependencies = [