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
56
56
of Pandas installed, ` pip ` will install or update it for you when you
57
57
install SWAT.
58
58
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 ` .
59
62
60
63
# Installation
61
64
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
56
56
of Pandas installed, ``pip `` or ``conda `` will install or update it for you when you
57
57
install SWAT.
58
58
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 ``.
59
62
60
63
PyPI
61
64
----
Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ def get_file(fname):
66
66
'Programming Language :: Python :: 3.7' ,
67
67
'Programming Language :: Python :: 3.8' ,
68
68
'Programming Language :: Python :: 3.9' ,
69
+ 'Programming Language :: Python :: 3.10' ,
70
+ 'Programming Language :: Python :: 3.11' ,
69
71
'Topic :: Scientific/Engineering' ,
70
72
],
71
73
)
You can’t perform that action at this time.
0 commit comments