diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index f623b310bc1..bb91019e3b2 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -1,10 +1,9 @@ name: pygmt channels: - conda-forge - - defaults + - nodefaults dependencies: # Required dependencies - - pip - gmt=6.4.0 - numpy>=1.21 - pandas @@ -14,11 +13,12 @@ dependencies: # Optional dependencies - contextily - geopandas + - ipython - rioxarray # Development dependencies (general) - build - - ipython - make + - pip # Dev dependencies (building documentation) - myst-parser - sphinx diff --git a/environment.yml b/environment.yml index 3c3abbf1374..ce432d71ab8 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,6 @@ channels: - nodefaults dependencies: # Required dependencies - - pip - gmt=6.4.0 - numpy>=1.21 - pandas @@ -21,6 +20,7 @@ dependencies: - dvc - jupyter - make + - pip # Dev dependencies (style checks) - black - blackdoc