Skip to content

Commit b4a07f7

Browse files
authored
Update requirements.txt
`typing_extensions` required under latest versions of Python
1 parent 39ea58b commit b4a07f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ six == 1.16.0
2020
soupsieve == 2.4.1
2121
tbtrim == 0.3.1
2222
termcolor == 2.3.0
23-
typing-extensions ; python_version < "3.9"
23+
typing-extensions ; python_version < "3.11"
2424
urllib3 == 2.0.4
2525
webencodings == 0.5.1

0 commit comments

Comments
 (0)