Skip to content

Commit

Permalink
Replaced pip requirements by conda requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipinascimento committed Feb 18, 2021
1 parent 7ac074d commit 952a9f2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ The preprocessed data is avaiable on zenodo: https://dx.doi.org/10.5281/zenodo.4


### Dependencies
Dependencies are listed in `requirements.txt`.
Conda environment is recommended to run the current code. We provide an environment in `environment.yml`.
First, install conda or miniconda from https://docs.conda.io/en/latest/miniconda.html then run
```bash
conda env create -f environment.yml
```


## TODO
Expand Down
19 changes: 19 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: teleconnectionsgranger
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- numpy
- pandas
- scikit-learn
- scipy
- matplotlib
- cartopy
- cython
- geopandas
- tqdm
- ipywidgets
- pip
- pip:
- git+https://github.com/pik-copan/pyunicorn.git@3e2ddea01abbd70523228bbe14676e6c27f66c27
9 changes: 0 additions & 9 deletions requirements.txt

This file was deleted.

0 comments on commit 952a9f2

Please sign in to comment.