From f8423a7797d66d6bd72464cd39fff2795b4da05d Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Sun, 29 Dec 2024 17:00:21 +0000 Subject: [PATCH] fix reqs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b95de1..816a76a 100644 --- a/setup.py +++ b/setup.py @@ -66,5 +66,5 @@ def read(fname): ], setup_requires=["cffi>=1.0.0"], cffi_modules=["py/rvspecfit/ffibuilder.py:ffibuilder"], - install_requires=["cffi"], + install_requires=["cffi", "astropy", "yaml", "numpy", "scipy"], )