Skip to content

Commit 3e951da

Browse files
committed
Merge branch 'feature/v0.1.1' into develop
2 parents 1f77e6d + 66b1078 commit 3e951da

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ Primary Dependencies
5151
**Colour - Checker Detection** requires various dependencies in order to run:
5252

5353
- `Python 2.7 <https://www.python.org/download/releases/>`_ or
54-
`Python 3.5 <https://www.python.org/download/releases/>`_
54+
`Python 3.7 <https://www.python.org/download/releases/>`_
5555
- `Colour Science <https://www.colour-science.org>`_
56-
- `NumPy <http://www.numpy.org/>`_
57-
- `OpenImageIO <https://github.com/OpenImageIO/oiio>`_
56+
- `opencv-python <https://pypi.org/project/opencv-python/>`_
5857

5958
Pypi
6059
^^^^

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348

349349
autoclass_content = 'both'
350350

351-
intersphinx_mapping = {'python': ('https://docs.python.org/3.5', None)}
351+
intersphinx_mapping = {'python': ('https://docs.python.org/3.7', None)}
352352

353353

354354
def _autodoc_process_docstring(app, what, name, obj, options, lines):

docs/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ Primary Dependencies
3232
**Colour - Checker Detection** requires various dependencies in order to run:
3333

3434
- `Python 2.7 <https://www.python.org/download/releases/>`_ or
35-
`Python 3.5 <https://www.python.org/download/releases/>`_
35+
`Python 3.7 <https://www.python.org/download/releases/>`_
3636
- `Colour Science <https://www.colour-science.org>`_
37-
- `NumPy <http://www.numpy.org/>`_
38-
- `OpenImageIO <https://github.com/OpenImageIO/oiio>`_
37+
- `opencv-python <https://pypi.org/project/opencv-python/>`_
3938

4039
Pypi
4140
^^^^

0 commit comments

Comments
 (0)