Skip to content

Commit

Permalink
typing-extensions dependency entry update (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 authored Sep 19, 2022
1 parent 9e766b6 commit c961a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = ">=3.7.1, <4"
whylogs-sketching = ">=3.4.1.dev3"
protobuf = ">=3.15.5"
importlib-metadata = { version = ">=0.23", python = "<3.8" }
typing-extensions = ">=typing-extensions"
typing-extensions = {version = ">=3.10", markers = "python_version < \"3.11\""}

# viz module. Everything after this should be optional
pybars3 = { version = "^0.9", optional = true }
Expand Down

0 comments on commit c961a74

Please sign in to comment.