Skip to content

Commit

Permalink
Merge pull request #158 from bkemper24/main
Browse files Browse the repository at this point in the history
update python requirements and classifiers
  • Loading branch information
bkemper24 authored Apr 19, 2023
2 parents 2003ad9 + 20db513 commit 314c159
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ dependencies of Pandas. If you do not already have version 0.16.0 or greater
of Pandas installed, `pip` will install or update it for you when you
install SWAT.

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

# Installation

Expand Down
3 changes: 3 additions & 0 deletions doc/source/install.rst
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ dependencies of Pandas. If you do not already have version 0.16 or greater
of Pandas installed, ``pip`` or ``conda`` will install or update it for you when you
install SWAT.

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

PyPI
----
Expand Down
2 changes: 2 additions & 0 deletions setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def get_file(fname):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering',
],
)

0 comments on commit 314c159

Please sign in to comment.