Skip to content

Commit

Permalink
Using an older version of typing-extensions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590744190
Change-Id: Ic4f9ad181e6dd38a7f6e6baab8c56a740a5904d7
  • Loading branch information
esonghori authored and copybara-github committed Dec 14, 2023
1 parent 20476b4 commit 80572d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,10 @@ def get_required_packages():
'six >= 1.10.0',
'protobuf >= 3.11.3',
'wrapt >= 1.11.1',
'typing-extensions >= 3.7.4.3',
# Using an older version to avoid this bug
# https://github.com/tensorflow/tensorflow/issues/62217
# while using tf 2.15.0
'typing-extensions == 4.5.0',
# Used by gym >= 0.22.0. Only installed as a dependency when gym[all] is
# installed or if gym[*] (where * is an environment which lists pygame as
# a dependency).
Expand Down

0 comments on commit 80572d0

Please sign in to comment.