Skip to content

Commit

Permalink
Python version fix in environment and installation doc files (#170)
Browse files Browse the repository at this point in the history
* update python version in docs.yml

* update python version in environment.yml

* update python version in installation.rst
  • Loading branch information
kafitzgerald authored Oct 4, 2023
1 parent 809cfe4 commit a32f932
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_envs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_envs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ installed.
Required dependencies for building and testing GeoCAT-viz
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Python 3.8+
- Python 3.9+
- `numpy <https://numpy.org/doc/stable/>`__
- `xarray <http://xarray.pydata.org/en/stable/>`__
- `matplotlib <https://matplotlib.org/stable/index.html>`__
Expand Down

0 comments on commit a32f932

Please sign in to comment.