Skip to content

Commit c44c5b3

Browse files
committed
Added numba to test.
1 parent 266b6bc commit c44c5b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ pylint = "^2.6.0"
2121
mkdocs = "^1.1.2"
2222
ipython = "^7.18.1"
2323
ipykernel = "^5.3.4"
24-
2524
coverage = "^5.3"
2625
pytest-cov = "^2.10.1"
26+
numba = "^0.57.1"
2727

2828
[tool.poetry.extras]
2929
caching = ["numba"]
3030

31+
[tool.poetry.group.extras.dependencies]
32+
pytest = "^7.4.0"
3133

3234
[build-system]
3335
requires = ["poetry>=1.2.1"]

0 commit comments

Comments
 (0)