diff --git a/setup.py b/setup.py index bb9cf59c..5dcf58d5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ version="0.9.0", license="LGPL v3", description="Wave modeling with the finite element method", - author="Keith J. Roberts, Alexandre F. G. Olender, Lucas Franceschini, Eduardo Moscatelli de Souza, Daiane I. Dolci", + author="Keith J. Roberts, Alexandre F. G. Olender, Eduardo Moscatelli de Souza, Daiane I. Dolci, Thiago Dias dos Santos, Lucas Franceschini", url="https://github.com/NDF-Poli-USP/spyro", packages=find_packages(), install_requires=[ @@ -13,7 +13,6 @@ "numpy", "scipy", "matplotlib", - "exdown==0.7.0", "segyio", "meshio"], )