We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d64667 commit 57c3932Copy full SHA for 57c3932
setup.py
@@ -14,7 +14,7 @@
14
'resources/colour-checker-detection-tests-datasets/*']}
15
16
install_requires = \
17
-['colour-science>=0.3.14,<0.4.0', 'opencv-python>=4,<5']
+['colour-science>=0.3.16,<0.4.0', 'opencv-python>=4,<5']
18
19
extras_require = \
20
{'development': ['biblib-simple',
@@ -29,7 +29,7 @@
29
'pre-commit',
30
'pytest',
31
'restructuredtext-lint',
32
- 'sphinx',
+ 'sphinx<=3.1.2',
33
'sphinx_rtd_theme',
34
'sphinxcontrib-bibtex',
35
'toml',
@@ -51,5 +51,5 @@
51
package_data=package_data,
52
install_requires=install_requires,
53
extras_require=extras_require,
54
- python_requires='>=3.5,<4.0',
+ python_requires='>=3.6,<4.0',
55
)
0 commit comments