From d6ac00abaf10e5f319e2d3b6a01fbb7cb7516d52 Mon Sep 17 00:00:00 2001 From: Sierra Gomez Date: Fri, 12 Jul 2024 15:27:22 -0400 Subject: [PATCH] add hstcal dependencies --- notebooks/HASP/WavelengthAdjustment/pre-requirements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/HASP/WavelengthAdjustment/pre-requirements.sh b/notebooks/HASP/WavelengthAdjustment/pre-requirements.sh index cf220e231..e6a0a65d8 100755 --- a/notebooks/HASP/WavelengthAdjustment/pre-requirements.sh +++ b/notebooks/HASP/WavelengthAdjustment/pre-requirements.sh @@ -1 +1 @@ -conda install -y -c conda-forge hstcal \ No newline at end of file +conda create -n hstcal==2.7.4 -c conda-forge cmake compilers cfitsio pkgconfig \ No newline at end of file