diff --git a/setup.py b/setup.py index 7bb7a5b..d46fbb7 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def read_requirements(path): long_description_content_type="text/markdown", author="Fabricio Arend Torres", packages=find_packages(exclude=["tests", ".github"]), - install_requires=["numpy", "matplotlib"], + install_requires=["numpy", "matplotlib", "numba"], extras_require={"test": ["pytest", "coverage", "flake8", "black", "isort", "pytest-cov", "mypy", "gitchangelog", "pdoc3", "scikit-learn", "ipdb", "tqdm"]},