Skip to content

Commit

Permalink
added environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobra committed Jul 26, 2021
1 parent a93c51b commit a6793f7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Users can access these data with a [SunPy](https://sunpy.org/) affiliated packag

### Contents

This repository contains two folders. The `example_gallery` folder contains several notebooks and functions designed to help users understand the SMARP data and how to use the SMARP and SHARP data together. The `paper` folder contains notebooks that reproduce the figures and analysis in the SMARP paper (Bobra et al. 2021). To use these notebooks together with all the requisite Python packages, create a new [conda environment](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file) called smarp using the provided `smarp.yml` environment file like this:
This repository contains two folders. The `example_gallery` folder contains several notebooks and functions designed to help users understand the SMARP data and how to use the SMARP and SHARP data together. The `paper` folder contains notebooks that reproduce the figures and analysis in the SMARP paper (submitted to the *Astrophysical Journal Supplement Series*). To use these notebooks together with all the requisite Python packages, create a new [conda environment](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file) called smarp using the provided `smarp.yml` environment file like this:

```
> conda env create -f smarp.yml
Expand All @@ -30,4 +30,4 @@ This repository contains two folders. The `example_gallery` folder contains seve

### Citation

If you use the Space-weather MDI Active Region Patch data in your research, please consider this repository.
If you use the Space-weather MDI Active Region Patch data in your research, please consider citing this repository.
24 changes: 24 additions & 0 deletions smarp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: smarp

channels:
- conda-forge

dependencies:
- python == 3.9.2
- nodejs == 15.14.0
- drms == 0.6.2
- sunpy == 3.0.0
- numpy == 1.20.2
- seaborn == 0.11.1
- matplotlib == 3.4.2
- pandas == 1.2.4
- scipy == 1.6.3
- astropy == 4.2.1
- reproject == 0.7.1
- beautifulsoup4 == 4.9.3
- lxml == 4.6.3
- zeep == 4.0.0
- parfive == 1.3.0
- jupyterlab == 3.0.14
- ipywidgets == 7.6.3
- python-dateutil == 2.8.1

0 comments on commit a6793f7

Please sign in to comment.