Skip to content

Commit

Permalink
fix: Added numba to setup.py requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
FabricioArendTorres committed Jul 22, 2024
1 parent 1ec7686 commit 3df6a13
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 @@ -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"]},
Expand Down

0 comments on commit 3df6a13

Please sign in to comment.