Skip to content

Commit

Permalink
Remove the conda-forge channel? (#89)
Browse files Browse the repository at this point in the history
* Remove the conda-forge channel?

* Switch deps to pip
  • Loading branch information
jbusecke committed Jan 15, 2021
1 parent e017514 commit 9f72b67
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
name: xarrayutils-docs
channels:
- conda-forge
- defaults
dependencies:
- python
- scipy
- numpy
- xarray
- python=3.8
- numpydoc
- pandoc
- recommonmark
- sphinx
- sphinx_rtd_theme
- ipykernel
# Packages which are needed to execute your examples
# These will vary
- ipython
Expand All @@ -21,14 +12,17 @@ dependencies:
- netcdf4
- dask
- numpy
- nc-time-axis
- astropy
- intake-esm
- gcsfs
#
- xarray
- pip
- pip:
- scipy
- nc-time-axis
- astropy
- intake-esm
- gcsfs
- nbsphinx
- jupyter_client
- sphinx_pangeo_theme
- sphinxcontrib-srclinks
- pandoc
- recommonmark

0 comments on commit 9f72b67

Please sign in to comment.