Skip to content

Commit 87a5ae3

Browse files
committed
update setup description
1 parent 769a6a0 commit 87a5ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
long_description=long_description,
2323
url="https://github.com/lilab-bcb/harmony-pytorch",
2424
author="Yiming Yang, Bo Li",
25-
25+
2626
classifiers=[ # https://pypi.python.org/pypi?%3Aaction=list_classifiers
2727
"Development Status :: 3 - Alpha",
2828
"Intended Audience :: Developers",
@@ -41,5 +41,5 @@
4141
packages=find_packages(),
4242
install_requires=requires,
4343
setup_requires=["setuptools_scm"],
44-
python_requires="~=3.5",
44+
python_requires="~=3.8",
4545
)

0 commit comments

Comments
 (0)