From db108bc5bf5da023157b0b03707db9e5f3ad5e46 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Wed, 9 Dec 2020 00:39:42 +0000
Subject: [PATCH] added some requirements

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 92c4c25e3..4df4e394b 100644
--- a/setup.py
+++ b/setup.py
@@ -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=[
-- 
GitLab