Skip to content

Commit 20db513

Browse files
committed
update python requirements and classifiers
1 parent 2003ad9 commit 20db513

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ dependencies of Pandas. If you do not already have version 0.16.0 or greater
5656
of Pandas installed, `pip` will install or update it for you when you
5757
install SWAT.
5858

59+
If you are using `pip` version 23.1 or later to install from a tar.gz file, the
60+
python wheel package is required. If you do not have this package installed,
61+
you can install it using `pip`.
5962

6063
# Installation
6164

doc/source/install.rst

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ dependencies of Pandas. If you do not already have version 0.16 or greater
5656
of Pandas installed, ``pip`` or ``conda`` will install or update it for you when you
5757
install SWAT.
5858

59+
If you are using ``pip`` version 23.1 or later to install from a tar.gz file, the python
60+
wheel package is required. If you do not have this package installed, you can install
61+
it using ``pip``.
5962

6063
PyPI
6164
----

setup.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def get_file(fname):
6666
'Programming Language :: Python :: 3.7',
6767
'Programming Language :: Python :: 3.8',
6868
'Programming Language :: Python :: 3.9',
69+
'Programming Language :: Python :: 3.10',
70+
'Programming Language :: Python :: 3.11',
6971
'Topic :: Scientific/Engineering',
7072
],
7173
)

0 commit comments

Comments
 (0)