Skip to content
Snippets Groups Projects
Commit db108bc5 authored by David Hendriks's avatar David Hendriks
Browse files

added some requirements

parent f7bf215c
No related branches found
No related tags found
No related merge requests found
...@@ -267,7 +267,7 @@ This is a python API for binary_c (versions {}) by David Hendriks, Rob Izzard an ...@@ -267,7 +267,7 @@ This is a python API for binary_c (versions {}) by David Hendriks, Rob Izzard an
"binarycpython.core", "binarycpython.core",
"binarycpython.tests", "binarycpython.tests",
], ],
install_requires=["numpy", "pytest", "h5py", "pathos", "pandas"], install_requires=["numpy", "pytest", "h5py", "pathos", "pandas", "astropy"],
include_package_data=True, include_package_data=True,
ext_modules=[BINARY_C_PYTHON_API_MODULE], # binary_c must be loaded ext_modules=[BINARY_C_PYTHON_API_MODULE], # binary_c must be loaded
classifiers=[ classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment