Skip to content

Commit

Permalink
Numba: optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed Jul 24, 2023
1 parent e1cb474 commit 0812b8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ pytest = "^7.1.3"
PyYAML = "^6.0"
numba = {version = "^0.57.1", optional = true}

[tool.poetry.extras]
compile = ['numba']

[tool.poetry.dev-dependencies]
black = "^22.8.0"
pylint = "^2.6.0"
Expand Down

0 comments on commit 0812b8b

Please sign in to comment.