Skip to content

Commit

Permalink
moved astropy to pip section because of outdated version on conda, up…
Browse files Browse the repository at this point in the history
…dated install_dcr.sh script
  • Loading branch information
simontorres committed Oct 5, 2023
1 parent fc56467 commit 5ba8f7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion goodman_pipeline/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This is an automatic generated file please do not edit
__version__ = '1.3.6'
__version__ = '1.3.7'
4 changes: 2 additions & 2 deletions install_dcr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ then
echo 'You do not have any virtual environment activated'

else
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")
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 ]
Expand Down

0 comments on commit 5ba8f7b

Please sign in to comment.