Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -267,7 +267,7 @@ This is a python API for binary_c (versions {}) by David Hendriks, Rob Izzard an "binarycpython.core", "binarycpython.tests", ], install_requires=["numpy", "pytest", "h5py", "pathos", "pandas"], install_requires=["numpy", "pytest", "h5py", "pathos", "pandas", "astropy"], include_package_data=True, ext_modules=[BINARY_C_PYTHON_API_MODULE], # binary_c must be loaded classifiers=[ Loading Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -267,7 +267,7 @@ This is a python API for binary_c (versions {}) by David Hendriks, Rob Izzard an "binarycpython.core", "binarycpython.tests", ], install_requires=["numpy", "pytest", "h5py", "pathos", "pandas"], install_requires=["numpy", "pytest", "h5py", "pathos", "pandas", "astropy"], include_package_data=True, ext_modules=[BINARY_C_PYTHON_API_MODULE], # binary_c must be loaded classifiers=[ Loading