Skip to content

Commit

Permalink
Update references to minimal supported Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Jan 16, 2023
1 parent 623b0b7 commit dce8afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To build the documentation locally, please refer to [`doc/README.md`](doc/README
Dependencies
------------

Seaborn supports Python 3.7+ and no longer supports Python 2.
Seaborn supports Python 3.8+.

Installation requires [numpy](https://numpy.org/), [pandas](https://pandas.pydata.org/), and [matplotlib](https://matplotlib.org/). Some advanced statistical functionality requires [scipy](https://www.scipy.org/) and/or [statsmodels](https://www.statsmodels.org/).

Expand All @@ -38,7 +38,7 @@ The latest stable release (and required dependencies) can be installed from PyPI

pip install seaborn

It is also possible to include optional statistical dependencies (only relevant for v0.12+):
It is also possible to include optional statistical dependencies:

pip install seaborn[stats]

Expand Down
2 changes: 1 addition & 1 deletion doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Dependencies
Supported Python versions
^^^^^^^^^^^^^^^^^^^^^^^^^

- Python 3.7+
- Python 3.8+

Mandatory dependencies
^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit dce8afd

Please sign in to comment.