diff --git a/requirements.txt b/requirements.txt index eacd2735..1cd081d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ numpy scipy meshio -quadpy \ No newline at end of file +quadpy +numba \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 186eaa6e..3412285d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,4 +33,5 @@ install_requires = scipy meshio quadpy + numba python_requires = >=3.6 \ No newline at end of file diff --git a/tox.ini b/tox.ini index 53c1184b..8f2e7885 100644 --- a/tox.ini +++ b/tox.ini @@ -5,8 +5,7 @@ isolated_build = True [testenv] deps = pytest - pytest-codeblocks pytest-cov extras = all commands = - pytest {posargs} --codeblocks \ No newline at end of file + pytest {posargs} \ No newline at end of file