diff --git a/environment.yml b/environment.yml index bed43dbe..091a4347 100644 --- a/environment.yml +++ b/environment.yml @@ -6,13 +6,13 @@ dependencies: - matplotlib - scipy - cython - - astropy - pip - pip: - - ccdproc - - coveralls - - pydata-sphinx-theme - - astroplan - - mock - - sphinx - - sphinxcontrib.napoleon + - astropy>=5.3 + - ccdproc + - coveralls + - pydata-sphinx-theme + - astroplan + - mock + - sphinx + - sphinxcontrib.napoleon diff --git a/goodman_pipeline/version.py b/goodman_pipeline/version.py index cb14e6bd..c3bb1098 100644 --- a/goodman_pipeline/version.py +++ b/goodman_pipeline/version.py @@ -1,2 +1,2 @@ # This is an automatic generated file please do not edit -__version__ = '1.3.6' \ No newline at end of file +__version__ = '1.3.7' \ No newline at end of file diff --git a/install_dcr.sh b/install_dcr.sh index 66ec0c2f..ffc29144 100755 --- a/install_dcr.sh +++ b/install_dcr.sh @@ -10,8 +10,8 @@ then echo 'You do not have any virtual environment activated' else - ENV_NAME=$(conda info | grep 'active environment' | sed 's/\//g' | sed "s/[: ]//g") - ENV_PATH=$(conda info | grep 'active env location' | sed 's/\//g' | sed "s/[: ]//g") + ENV_NAME=$(conda info | grep 'active environment' | sed 's/active environment//g' | sed "s/[: ]//g") + ENV_PATH=$(conda info | grep 'active env location' | sed 's/active env location//g' | sed "s/[: ]//g") echo "Using Virtual Environment: " $ENV_NAME echo "Environment path information: " $ENV_PATH if [ -d $SOURCE_DIR ]