From d77cdb09a513420c757372df12b1f62a80f1fe87 Mon Sep 17 00:00:00 2001 From: Malcolm White Date: Tue, 7 Jul 2020 09:31:14 -0400 Subject: [PATCH] Update list of required dependencies. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 104e3d2..847f681 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # Package meta-data. name = "pykonal" -description = "Solve the Eikonal equation in 3D Cartesian or spherical coordiantes." +description = "Solve the Eikonal equation in 3D Cartesian or spherical coordinates." url = "https://github.com/malcolmw/pykonal" email = "malcolm.white@.usc.edu" author = "Malcolm C. A. White" @@ -19,7 +19,7 @@ package_data = { "pykonal": ["data/*", "data/marmousi2/*", "tests/data/*"], } -required = ["cython>=0.29.14", "numpy"] +required = ["cython>=0.29.14", "h5py", "numpy", "scipy"] extras = {"tests": ["nose"]} ext_modules = cythonize( [