A seismology toolkit for Python
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Build dependencies as advocated by PEP 518. |
|
# |
|
# https://www.python.org/dev/peps/pep-0518/ |
|
# |
|
# Supersedes use of `setup_requires` in `setup.py`. |
|
|
|
[build-system] |
|
requires = ["setuptools", "wheel", "numpy>=1.8"]
|
|
|