Skip to content

Commit 46fae40

Browse files
authored
Add typing_extensions requirement (#14244)
Add typing_extensions requirement.
1 parent cd9193a commit 46fae40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/gen_requirements.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"scipy",
7373
"synr",
7474
"tornado",
75+
"typing_extensions",
7576
],
7677
),
7778
),
@@ -277,6 +278,7 @@
277278
("torch", None),
278279
("torchvision", None),
279280
("tornado", None),
281+
("typing_extensions", None),
280282
("xgboost", ">=1.1.0,<1.6.0"), # From PR #4953 & Issue #12009
281283
]
282284

0 commit comments

Comments
 (0)