Skip to content

Commit

Permalink
Downgrade minimum required Numba
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 13, 2018
1 parent 9038bc0 commit 08f9551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'pandas',
'numpy',
'scipy',
'numba >= 0.40',
'numba >= 0.38',
'pyarrow'
],
tests_require=[
Expand Down

0 comments on commit 08f9551

Please sign in to comment.