From b83a1324da188f137e1490a71a37d87a6ece74db Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Mon, 18 Mar 2024 09:49:01 -0700 Subject: [PATCH] Remove pins for doc dependencies to improve dev env architecture support (osx-arm64) (#622) - Fixes issue where `pandoc=3.11` does not support osx-arm64 --- conda-env/dev.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/conda-env/dev.yml b/conda-env/dev.yml index 63f45f19..91328de6 100644 --- a/conda-env/dev.yml +++ b/conda-env/dev.yml @@ -21,17 +21,17 @@ dependencies: # Optional - enables additional features. # ========================================= - matplotlib-base >=3.7.0 - - nc-time-axis=1.4.1 + - nc-time-axis >=1.4.1 # Documentation # ================== - - sphinx=5.3.0 - - sphinx-autosummary-accessors=2022.4.0 - - sphinx-book-theme=1.0.1 - - sphinx-copybutton=0.5.1 - - nbsphinx=0.9.1 - - pandoc=3.1.1 - - ipython=8.11.0 # Required for nbsphinx syntax highlighting - - gsw-xarray=0.3.0 # Required for vertical regridding example + - sphinx + - sphinx-autosummary-accessors + - sphinx-book-theme + - sphinx-copybutton + - nbsphinx + - pandoc + - ipython # Required for nbsphinx syntax highlighting + - gsw-xarray # Required for vertical regridding example # Quality Assurance # ================== - types-python-dateutil