Skip to content

Commit eb4a990

Browse files
author
shaneahmed
committed
BUG: Travis error fix setuptools
Add setuptools 45.1.0 to make it compatible with openslide-python Add opencv-python to latest version 4.2.0.34 as 3.3.1.11 is not available for python 3.7 & 3.8
1 parent 7381339 commit eb4a990

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@
2525
setup(
2626
author="TIA Lab",
2727
author_email="tialab@dcs.warwick.ac.uk",
28-
python_requires=">=3.5",
28+
python_requires=">=3.6",
2929
classifiers=[
3030
"Development Status :: 2 - Pre-Alpha",
3131
"Intended Audience :: Developers",
3232
"Natural Language :: English",
3333
"Programming Language :: Python :: 3",
34-
"Programming Language :: Python :: 3.5",
3534
"Programming Language :: Python :: 3.6",
3635
"Programming Language :: Python :: 3.7",
3736
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)