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