Skip to content

Commit 0812b8b

Browse files
committed
Numba: optional.
1 parent e1cb474 commit 0812b8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ pytest = "^7.1.3"
1515
PyYAML = "^6.0"
1616
numba = {version = "^0.57.1", optional = true}
1717

18+
[tool.poetry.extras]
19+
compile = ['numba']
20+
1821
[tool.poetry.dev-dependencies]
1922
black = "^22.8.0"
2023
pylint = "^2.6.0"

0 commit comments

Comments
 (0)