Merge branch 'master' into master

This commit is contained in:
Yichen Zhou
2024-07-12 14:26:33 -07:00
committed by GitHub
+2 -2
View File
@@ -4,7 +4,7 @@ packages = [
{ include = "*", from = "src" }, { include = "*", from = "src" },
] ]
description = "Open weights time-series foundation model from Google Research." description = "Open weights time-series foundation model from Google Research."
version = "0.0.12" version = "1.0.1"
authors = [ authors = [
"Rajat Sen <senrajat@google.com>", "Rajat Sen <senrajat@google.com>",
"Yichen Zhou <yichenzhou@google.com>", "Yichen Zhou <yichenzhou@google.com>",
@@ -38,7 +38,7 @@ utilsforecast = "0.1.10"
jax = {version = "0.4.26", extras = ["cuda12"]} jax = {version = "0.4.26", extras = ["cuda12"]}
jaxlib = "0.4.26" jaxlib = "0.4.26"
huggingface_hub = {version = "0.23.0", extras = ["cli"]} huggingface_hub = {version = "0.23.0", extras = ["cli"]}
scikit-learn = "1.5.1" scikit-learn = "1.0.2"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]