Skip to content

Commit da5a380

Browse files
committed
Add beartype dependency
1 parent cae17b9 commit da5a380

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

poetry.lock

Lines changed: 21 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ shapely = { version = ">=1.7.0", optional = true }
3939
pyodide-http = {version = "^0.2.0", optional = true }
4040
graphlib-backport = {version = "^1.0.0", python = "<3.9"}
4141
PyYAML = {version = "^6.0", optional = true}
42+
beartype = "^0.16.4"
4243

4344
[tool.poetry.extras]
4445
pandas = ["pandas", "backports-zoneinfo"]

0 commit comments

Comments
 (0)