From 8a22ca28a0239d34c095b1eba7fea92d22198e0c Mon Sep 17 00:00:00 2001 From: Rajat Sen Date: Mon, 8 Jun 2026 11:27:29 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f8e904..e440561 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ Since the Sept. 2025 launch, the following improvements have been completed: ```shell # Install the package with torch -pip install "timesfm[torch]"=2.0.0 +pip install timesfm[torch] # Or with Flax -pip install "timesfm[flax]"=2.0.0 +pip install timesfm[flax] # And when XReg is needed -pip install "timesfm[xreg]"=2.0.0 +pip install timesfm[xreg] ``` #### Local Install