Skip to content

Commit 538bf7c

Browse files
authored
MAINT: remove numba restriction (#625)
1 parent 9968644 commit 538bf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
download_url='https://github.com/QuantEcon/QuantEcon.py/tarball/' + VERSION,
8585
keywords=['quantitative', 'economics'],
8686
install_requires=[
87-
'numba>=0.38',
87+
'numba',
8888
'numpy',
8989
'requests',
9090
'scipy>=1.0.0',

0 commit comments

Comments
 (0)