Skip to content

Commit

Permalink
Merge pull request #26 from xylar/add_spec_file
Browse files Browse the repository at this point in the history
Switch to spec file for dev. env.
  • Loading branch information
xylar authored May 2, 2021
2 parents b7512f8 + 6ab3c5c commit fe5d1b4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ conda environment):
```
conda config --add channels conda-forge
conda config --set channel_priority strict
conda create -n pyremap
conda create -y -n pyremap --file dev-spec.txt
conda activate pyremap
conda env update -n pyremap -f dev_environment.yaml
python -m pip install -e .
```

Expand Down
23 changes: 23 additions & 0 deletions dev-spec.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>

# Base
python >=3.6
dask
esmf
nco >=4.8.1
netcdf4
numpy
scipy
pyproj
xarray >=0.10.0

# Development
pip

# Documentation
mock
pillow
sphinx
sphinx_rtd_theme
m2r
23 changes: 0 additions & 23 deletions dev_environment.yaml

This file was deleted.

0 comments on commit fe5d1b4

Please sign in to comment.