Skip to content

Commit

Permalink
Remove pins for doc dependencies to improve dev env architecture supp…
Browse files Browse the repository at this point in the history
…ort (osx-arm64) (#622)

- Fixes issue where `pandoc=3.11` does not support osx-arm64
  • Loading branch information
tomvothecoder authored Mar 18, 2024
1 parent f120c2d commit b83a132
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions conda-env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b83a132

Please sign in to comment.