From ddfcced47547f37c84c2fc2dc72707cfac663910 Mon Sep 17 00:00:00 2001 From: EuanPyle Date: Tue, 12 Oct 2021 12:28:30 +0100 Subject: [PATCH] Working --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65f87ce..3952887 100644 --- a/setup.py +++ b/setup.py @@ -21,11 +21,11 @@ ], python_requires='>=3.6', install_requires=[ + 'pandas', 'click', 'starfile', 'dynamotable', 'eulerangles', - 'numpy' ], entry_points=''' [console_scripts]