From 5488652f3d387ae7b9541881cfb98b173c0c30cd Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Sun, 29 Dec 2024 22:39:16 -0800 Subject: [PATCH] Remove version pin of typing-extensions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92414e36b..dc67ec896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ core = [ "tensorflow_text==2.16.1; platform_machine == 'x86_64'", # implied by seqio, but also used directly for text processing "tensorstore>=0.1.63", # used for supporting GDA checkpoints "toml", # for config management - "typing-extensions==4.11.0", + "typing-extensions", "scipy==1.12.0", # to avoid "module 'scipy.linalg' has no attribute 'tril'" "seqio==0.0.18", # used for inputs "aqtp==0.8.1", # Updated from 0.4.0; compatible with Python 3.10