Skip to content

Commit

Permalink
MAINT: remove numba restriction (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Apr 5, 2022
1 parent 9968644 commit 538bf7c
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 @@ -84,7 +84,7 @@
download_url='https://github.com/QuantEcon/QuantEcon.py/tarball/' + VERSION,
keywords=['quantitative', 'economics'],
install_requires=[
'numba>=0.38',
'numba',
'numpy',
'requests',
'scipy>=1.0.0',
Expand Down

0 comments on commit 538bf7c

Please sign in to comment.