Skip to content

Commit

Permalink
require python<3.9, since numba is not yet available for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Schramm committed Nov 24, 2020
1 parent 7499bc3 commit 61c3687
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 @@ -16,7 +16,7 @@
"License :: OSI Approved :: LGPL License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
python_requires='>=3.6, <3.9',
install_requires=['numpy>=1.15',
'scipy>=1.1',
'matplotlib>=2.2.2',
Expand Down

0 comments on commit 61c3687

Please sign in to comment.