[project] name = "timesfm" version = "2.0.0" description = "A time series foundation model." authors = [ {name = "Rajat Sen", email = "senrajat@google.com"}, {name = "Yichen Zhou", email = "yichenzhou@google.com"}, {name = "Abhimanyu Das", email = "abhidas@google.com"}, {name = "Petros Mol", email = "pmol@google.com"}, {name = "Michael Chertushkin", email = "chertushkinmichael@gmail.com"}, ] license = {text = "Apache-2.0"} readme = "README.md" requires-python = ">=3.11" dependencies = [ "numpy>=1.26.4", "huggingface_hub[cli]>=0.23.0", "safetensors>=0.5.3", ] [project.optional-dependencies] torch = [ "torch>=2.0.0", ] flax = [ "flax>=0.8.2", "optax>=0.2.2", "einshape>=0.8.0", "orbax-checkpoint>=0.5.15", "jaxtyping>=0.2.29", "jax>=0.4.26", ] [tool.ruff] line-length = 88 indent-width = 2 [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta"