Skip to content

Commit

Permalink
add scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 committed Aug 16, 2024
1 parent 1fb26d2 commit b6d90ed
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 @@ -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"],
)

0 comments on commit b6d90ed

Please sign in to comment.