Skip to content

Commit 8bbf136

Browse files
committed
Merge branch 'feature/v0.2.0' into develop
2 parents 001f130 + 070aa25 commit 8bbf136

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Colour - Datasets
55
66
|actions| |coveralls| |codacy| |version|
77

8-
.. |actions| image:: https://img.shields.io/github/workflow/status/colour-science/colour-datasets/Continuous%20Integration?label=actions&logo=github&style=flat-square
8+
.. |actions| image:: https://img.shields.io/github/workflow/status/colour-science/colour-datasets/Continuous%20Integration%20-%20Quality%20&%20Unit%20Tests?label=actions&logo=github&style=flat-square
99
:target: https://github.com/colour-science/colour-datasets/actions
1010
:alt: Develop Build Status
1111
.. |coveralls| image:: http://img.shields.io/coveralls/colour-science/colour-datasets/develop.svg?style=flat-square
1212
:target: https://coveralls.io/r/colour-science/colour-datasets
1313
:alt: Coverage Status
14-
.. |codacy| image:: https://img.shields.io/codacy/grade/984900e3a85e40239a0f8f633dd1ebcb/develop.svg?style=flat-square
14+
.. |codacy| image:: https://img.shields.io/codacy/grade/83345fbde65545d2a4499f32e72866ed/develop.svg?style=flat-square
1515
:target: https://www.codacy.com/app/colour-science/colour-datasets
1616
:alt: Code Grade
1717
.. |version| image:: https://img.shields.io/pypi/v/colour-datasets.svg?style=flat-square
@@ -156,8 +156,11 @@ Primary Dependencies
156156
**Colour - Datasets** requires various dependencies in order to run:
157157

158158
- `python >= 3.8, < 4 <https://www.python.org/download/releases/>`__
159-
- `colour-science <https://pypi.org/project/colour-science/>`__
160159
- `cachetools <https://pypi.org/project/cachetools/>`__
160+
- `colour-science >= 4 <https://pypi.org/project/colour-science/>`__
161+
- `imageio >= 2, < 3 <https://imageio.github.io/>`__
162+
- `numpy >= 1.19, < 2 <https://pypi.org/project/numpy/>`__
163+
- `scipy >= 1.5, < 2 <https://pypi.org/project/scipy/>`__
161164
- `tqdm <https://pypi.org/project/tqdm/>`__
162165
- `xlrd <https://pypi.org/project/xlrd/>`__
163166

docs/installation.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ Primary Dependencies
77
**Colour - Datasets** requires various dependencies in order to run:
88

99
- `python >= 3.8, < 4 <https://www.python.org/download/releases/>`__
10-
- `colour-science <https://pypi.org/project/colour-science/>`__
1110
- `cachetools <https://pypi.org/project/cachetools/>`__
11+
- `colour-science >= 4 <https://pypi.org/project/colour-science/>`__
12+
- `imageio >= 2, < 3 <https://imageio.github.io/>`__
13+
- `numpy >= 1.19, < 2 <https://pypi.org/project/numpy/>`__
14+
- `scipy >= 1.5, < 2 <https://pypi.org/project/scipy/>`__
1215
- `tqdm <https://pypi.org/project/tqdm/>`__
1316
- `xlrd <https://pypi.org/project/xlrd/>`__
1417

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cfgv==3.3.1
1212
charset-normalizer==2.0.12
1313
click==8.0.4
1414
colorama==0.4.4
15-
colour-science==0.4.0
15+
colour-science==0.4.1
1616
coverage==6.3.2
1717
coveralls==3.3.1
1818
distlib==0.3.4

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"cachetools",
2828
"colour-science>=0.4.0",
2929
"imageio>=2,<3",
30+
"numpy>=1.19,<2",
3031
"opencv-python>=4,<5",
3132
"scipy>=1.5,<2",
3233
"tqdm",

0 commit comments

Comments
 (0)