From 72ed349d7d2c3aa100524119ab3b731bf790a413 Mon Sep 17 00:00:00 2001 From: ronnieB Date: Wed, 30 Jul 2025 12:45:03 -0600 Subject: [PATCH] Add numpy, matplotlib, astropy to requirements --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 08a3e72..3d522a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ pybind11 setuptools wheel +numpy +matplotlib +astropy