Skip to content

Commit

Permalink
Update list of required dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm White committed Jul 7, 2020
1 parent b420ea6 commit d77cdb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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(
[
Expand Down

0 comments on commit d77cdb0

Please sign in to comment.