From a32f93227ced280ea9ce5ddbf20c49fc53488194 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Wed, 4 Oct 2023 09:21:28 -0600 Subject: [PATCH] Python version fix in environment and installation doc files (#170) * update python version in docs.yml * update python version in environment.yml * update python version in installation.rst --- build_envs/docs.yml | 2 +- build_envs/environment.yml | 2 +- docs/installation.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_envs/docs.yml b/build_envs/docs.yml index 01c2cae6..fd2ca1fb 100644 --- a/build_envs/docs.yml +++ b/build_envs/docs.yml @@ -2,7 +2,7 @@ name: gv-docs channels: - conda-forge dependencies: - - python>=3.8, <3.12 + - python>=3.9, <3.12 - cartopy - cmaps - matplotlib<3.8 diff --git a/build_envs/environment.yml b/build_envs/environment.yml index d1172053..5a6fd5f4 100644 --- a/build_envs/environment.yml +++ b/build_envs/environment.yml @@ -2,7 +2,7 @@ name: geocat_viz_build channels: - conda-forge dependencies: - - python>=3.8, <3.12 + - python>=3.9, <3.12 - cartopy - make - matplotlib<3.8 diff --git a/docs/installation.rst b/docs/installation.rst index cc0a19d3..399e5ab0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -95,7 +95,7 @@ installed. Required dependencies for building and testing GeoCAT-viz ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - - Python 3.8+ + - Python 3.9+ - `numpy `__ - `xarray `__ - `matplotlib `__