Skip to content

Commit

Permalink
require new numba version
Browse files Browse the repository at this point in the history
Closes #29
  • Loading branch information
marco-neumann-by committed Oct 5, 2020
1 parent 0b98eed commit ea39dbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.6.1,<3.9"
llvmlite = "<=0.33.0" # installing with poetry seems broken for 0.34.0rc1
numba = ">=0.45"
numba = ">=0.51.2"
numpy = ">=1.17"
pandas = ">=1.1,<1.2"

Expand Down

0 comments on commit ea39dbf

Please sign in to comment.