Skip to content

Commit

Permalink
simplify and update doc environment (#372)
Browse files Browse the repository at this point in the history
* simplify doc environment

* Update docs/environment.yml

* update tools

* go back to py3.11
  • Loading branch information
mathause authored Jan 4, 2024
1 parent 144a946 commit 328da34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2
build:
os: ubuntu-20.04
os: ubuntu-22.04
jobs:
pre_install:
# see https://github.com/readthedocs/readthedocs.org/issues/8201
- git update-index --assume-unchanged docs/environment.yml docs/source/conf.py
# install mesmer, needs to be editable
- python -m pip install -e .
tools:
python: mambaforge-4.10
python: mambaforge-22.9
sphinx:
configuration: docs/source/conf.py
conda:
Expand Down
10 changes: 1 addition & 9 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,12 @@ channels:
- nodefaults

dependencies:
- python=3.9
- black<23.1
- python=3.11
- cartopy
- cython
- dask[complete]
- flake8
- gdal
- isort
- netcdf4
- numpy
- pandas>=2.0
- pytest
- pytest-cov
- pytest-xdist
- scikit-learn
- statsmodels
- regionmask>=0.8
Expand Down

0 comments on commit 328da34

Please sign in to comment.