Skip to content

Commit 57c3932

Browse files
committed
Update "setup.py" file.
1 parent 6d64667 commit 57c3932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'resources/colour-checker-detection-tests-datasets/*']}
1515

1616
install_requires = \
17-
['colour-science>=0.3.14,<0.4.0', 'opencv-python>=4,<5']
17+
['colour-science>=0.3.16,<0.4.0', 'opencv-python>=4,<5']
1818

1919
extras_require = \
2020
{'development': ['biblib-simple',
@@ -29,7 +29,7 @@
2929
'pre-commit',
3030
'pytest',
3131
'restructuredtext-lint',
32-
'sphinx',
32+
'sphinx<=3.1.2',
3333
'sphinx_rtd_theme',
3434
'sphinxcontrib-bibtex',
3535
'toml',
@@ -51,5 +51,5 @@
5151
package_data=package_data,
5252
install_requires=install_requires,
5353
extras_require=extras_require,
54-
python_requires='>=3.5,<4.0',
54+
python_requires='>=3.6,<4.0',
5555
)

0 commit comments

Comments
 (0)