From 7e7d08988c959f61abc87266c26e002023ba019a Mon Sep 17 00:00:00 2001 From: Gagandeep Anand <30330521+gsanand@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:07:30 -0400 Subject: [PATCH] Update requirements.txt --- .../align_multiple_visits/requirements.txt | 27 +++++++------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/notebooks/DrizzlePac/align_multiple_visits/requirements.txt b/notebooks/DrizzlePac/align_multiple_visits/requirements.txt index 2953e8b02..82583c980 100644 --- a/notebooks/DrizzlePac/align_multiple_visits/requirements.txt +++ b/notebooks/DrizzlePac/align_multiple_visits/requirements.txt @@ -1,18 +1,9 @@ -name: pr266 -channels: - - conda-forge -dependencies: - - hdf5 - - pip: - - python >=3.9 - - ipython - - pip - - drizzlepac - - astropy - - astroquery - - crds - - ipython - - matplotlib - - numpy<2.0 - - jupyter - - photutils==1.12.0 +astropy==6.0.0 +astroquery==0.4.6 +crds==11.17.15 +drizzlepac==3.6.2 +ipython==8.21.0 +matplotlib==3.8.2 +numpy==1.26.3 +jupyter==1.0.0 +photutils==1.12.0