From 3f3454f1ebeac7d137e18cf8b704b661c46074c8 Mon Sep 17 00:00:00 2001 From: "M.Gough" <60232355+mgough-970@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:41:28 -0400 Subject: [PATCH] Update requirements.txt --- notebooks/ACS/acs_reduction/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/notebooks/ACS/acs_reduction/requirements.txt b/notebooks/ACS/acs_reduction/requirements.txt index 8c77068d7..fdb96373e 100644 --- a/notebooks/ACS/acs_reduction/requirements.txt +++ b/notebooks/ACS/acs_reduction/requirements.txt @@ -1,5 +1,5 @@ -astropy==5.3.3 -astroquery==0.4.6 -stwcs==1.7.2 -crds==11.17.0 -matplotlib==3.7.0 \ No newline at end of file +astropy>=5.3.3 +astroquery>=0.4.6 +stwcs>=1.7.2 +crds>=11.17.0 +matplotlib>=3.7.0