Skip to content

Commit

Permalink
Pin typing extensions. (apple#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
markblee authored Feb 27, 2024
1 parent 43243dd commit 414d89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"tensorflow_text==2.14.0; platform_machine == 'x86_64'", # implied by seqio, but also used directly for text processing
"tensorstore>=0.1.21", # used for supporting GDA checkpoints
"toml", # for config management
"typing-extensions>=4.2.0", # needed for typing.Protocol
"typing-extensions==4.9.0", # needed for typing.Protocol. >4.9.0 runs into attribute error `__non_callable_proto_members__`.
"seqio==0.0.18", # used for inputs
]

Expand Down

0 comments on commit 414d89f

Please sign in to comment.