File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ dependencies of Pandas. If you do not already have version 0.16.0 or greater
5656of Pandas installed, ` pip ` will install or update it for you when you
5757install 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
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ dependencies of Pandas. If you do not already have version 0.16 or greater
5656of Pandas installed, ``pip `` or ``conda `` will install or update it for you when you
5757install 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
6063PyPI
6164----
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments