Skip to content

Commit

Permalink
Add numba dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray committed May 19, 2023
1 parent 82557fa commit e23577c
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 @@ -123,7 +123,7 @@ def get_mpi_flags():
long_description_content_type="text/markdown",
author="Graeme J. Kennedy",
author_email="graeme.kennedy@ae.gatech.edu",
install_requires=["numpy", "mpi4py>=3.1.1", "scipy>=1.2.1", "pynastran>=1.3.3"],
install_requires=["numpy", "mpi4py>=3.1.1", "scipy>=1.2.1", "pynastran>=1.3.3", "numba"],
extras_require=optional_dependencies,
packages=find_packages(include=["tacs*"]),
ext_modules=cythonize(exts, include_path=inc_dirs),
Expand Down

0 comments on commit e23577c

Please sign in to comment.