Skip to content

Commit

Permalink
Remove unused dependencies and fix boken link.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmg committed Mar 24, 2022
1 parent 98de447 commit cf214a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A CASA and Python based pipeline for reducing VLA HI spectral line data. The pip

## Prerequisites

This pipeline was developed using [CASA](https://casa.nrao.edu/casa_obtaining.shtml) [v5.4.2-5](https://casa.nrao.edu/download/distro/casa/release/el7/casa-release-5.4.2-5.el7.tar.gz). It also requires the [Analysis Utilities](https://casaguides.nrao.edu/index.php/Analysis_Utilities) library. All of the Python dependencies are listed in [environment.yml](https://github.com/AMIGA-IAA/hcg_hi_pipeline/blob/master/conda_env.yml) which defines a [Conda](https://docs.conda.io/en/latest/) environment that can be constructed as described [here](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file).
This pipeline was developed using [CASA](https://casa.nrao.edu/casa_obtaining.shtml) [v5.4.2-5](https://casa.nrao.edu/download/distro/casa/release/el7/casa-release-5.4.2-5.el7.tar.gz). It also requires the [Analysis Utilities](https://casaguides.nrao.edu/index.php/Analysis_Utilities) library. All of the Python dependencies are listed in [environment.yml](https://github.com/AMIGA-IAA/hcg_hi_pipeline/blob/master/environment.yml) which defines a [Conda](https://docs.conda.io/en/latest/) environment that can be constructed as described [here](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file).


## Getting started
Expand Down
3 changes: 0 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ dependencies:
- ruffus=2.8
- numpy=1.16
- readline=7.0
- aplpy=2.0
- jupyterlab
- astroquery=0.4
- configparser=5.0

0 comments on commit cf214a0

Please sign in to comment.