From b6d90ed9c578204593ec57f640ee0518e03b2b55 Mon Sep 17 00:00:00 2001 From: zhuwq Date: Fri, 16 Aug 2024 01:11:26 -0700 Subject: [PATCH] add scipy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], )