diff --git a/setup.py b/setup.py index f6b864d..4db6181 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ long_description="ADLoc", long_description_content_type="text/markdown", packages=["adloc"], - install_requires=["numpy", "h5py", "matplotlib", "pandas", "tqdm", "pyproj", "numba"], + install_requires=["numpy", "h5py", "matplotlib", "pandas", "tqdm", "pyproj", "numba", "scipy"], )