Skip to content

Commit d192f8f

Browse files
BrunoCoimbramambelli
authored andcommitted
Lock typing_extensions for Python 3.6 compat
1 parent 2b94604 commit d192f8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"toposort >= 1.6",
3838
"sqlalchemy >= 1.4.20",
3939
"structlog >= 21.1.0",
40+
"typing_extensions == 4.1.1",
4041
"numpy == 1.19.5; python_version <= '3.6'",
4142
"numpy >= 1.19.5; python_version >= '3.7'",
4243
"pandas == 1.1.5; python_version <= '3.6'",

0 commit comments

Comments
 (0)