File tree Expand file tree Collapse file tree 3 files changed +24
-22
lines changed Expand file tree Collapse file tree 3 files changed +24
-22
lines changed Original file line number Diff line number Diff line change 137
137
138
138
__major_version__ = '0'
139
139
__minor_version__ = '1'
140
- __change_version__ = '6 '
140
+ __change_version__ = '7 '
141
141
__version__ = '.' .join (
142
142
(__major_version__ ,
143
143
__minor_version__ ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " colour-hdri"
3
- version = " 0.1.6 "
3
+ version = " 0.1.7 "
4
4
description = " HDRI / Radiance image processing algorithms for Python"
5
5
license = " BSD-3-Clause"
6
6
authors = [ " Colour Developers <colour-developers@colour-science.org>" ]
Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ alabaster==0.7.12
2
2
appdirs == 1.4.3
3
3
appnope == 0.1.0
4
4
aspy.yaml == 1.3.0
5
- atomicwrites == 1.3.0
6
5
attrs == 19.3.0
7
6
Babel == 2.8.0
8
7
backcall == 0.1.0
9
8
backports.functools-lru-cache == 1.6.1
10
9
biblib-simple == 0.1.1
11
- bleach == 3.1.1
10
+ bleach == 3.1.4
12
11
certifi == 2019.11.28
13
12
cfgv == 2.0.1
14
13
chardet == 3.0.4
14
+ colour-demosaicing == 0.1.5
15
15
colour-science == 0.3.15
16
- coverage == 5.0.3
16
+ coverage == 5.0.4
17
17
coveralls == 1.11.1
18
18
cycler == 0.10.0
19
19
decorator == 4.4.2
@@ -24,21 +24,21 @@ docutils==0.16
24
24
entrypoints == 0.3
25
25
filelock == 3.0.12
26
26
flake8 == 3.7.9
27
- identify == 1.4.11
27
+ identify == 1.4.13
28
28
idna == 2.9
29
29
imageio == 2.8.0
30
30
imagesize == 1.2.0
31
- importlib-metadata == 1.5 .0
31
+ importlib-metadata == 1.6 .0
32
32
invoke == 1.4.1
33
- ipykernel == 5.1.4
33
+ ipykernel == 5.2.0
34
34
ipython == 7.9.0
35
35
ipython-genutils == 0.2.0
36
36
ipywidgets == 7.5.1
37
37
jedi == 0.16.0
38
38
Jinja2 == 2.11.1
39
39
jsonschema == 3.2.0
40
40
jupyter == 1.0.0
41
- jupyter-client == 6.0.0
41
+ jupyter-client == 6.1.2
42
42
jupyter-console == 6.1.0
43
43
jupyter-core == 4.6.3
44
44
kiwisolver == 1.1.0
@@ -54,9 +54,9 @@ nbformat==4.4.0
54
54
nodeenv == 1.3.5
55
55
nose == 1.3.7
56
56
notebook == 6.0.3
57
- numpy == 1.18.1
57
+ numpy == 1.18.2
58
58
oset == 0.1.3
59
- packaging == 20.1
59
+ packaging == 20.3
60
60
pandocfilters == 1.4.2
61
61
parso == 0.6.2
62
62
pexpect == 4.8.0
@@ -73,16 +73,18 @@ pybtex==0.22.2
73
73
pybtex-docutils == 0.2.2
74
74
pycodestyle == 2.5.0
75
75
pyflakes == 2.1.1
76
- Pygments == 2.5.2
76
+ Pygments == 2.6.1
77
77
pyparsing == 2.4.6
78
- pyrsistent == 0.15.7
79
- pytest == 5.3.5
78
+ pyrsistent == 0.16.0
79
+ pytest == 5.4.1
80
80
python-dateutil == 2.8.1
81
81
pytz == 2019.3
82
- PyYAML == 5.3
82
+ PyYAML == 5.3.1
83
83
pyzmq == 19.0.0
84
- qtconsole == 4.6.0
85
- readme-renderer == 24.0
84
+ qtconsole == 4.7.2
85
+ QtPy == 1.9.0
86
+ rawpy == 0.13.1
87
+ readme-renderer == 25.0
86
88
recordclass == 0.12.0.1
87
89
requests == 2.23.0
88
90
requests-toolbelt == 0.9.1
@@ -91,7 +93,7 @@ scipy==1.4.1
91
93
Send2Trash == 1.5.0
92
94
six == 1.14.0
93
95
snowballstemmer == 2.0.0
94
- Sphinx == 2.4.3
96
+ Sphinx == 2.4.4
95
97
sphinx-rtd-theme == 0.4.3
96
98
sphinxcontrib-applehelp == 1.0.2
97
99
sphinxcontrib-bibtex == 1.0.0
@@ -103,13 +105,13 @@ sphinxcontrib-serializinghtml==1.1.4
103
105
terminado == 0.8.3
104
106
testpath == 0.4.4
105
107
toml == 0.10.0
106
- tornado == 6.0.3
107
- tqdm == 4.43.0
108
+ tornado == 6.0.4
109
+ tqdm == 4.44.1
108
110
traitlets == 4.3.3
109
111
twine == 1.15.0
110
112
urllib3 == 1.25.8
111
- virtualenv == 20.0.7
112
- wcwidth == 0.1.8
113
+ virtualenv == 20.0.15
114
+ wcwidth == 0.1.9
113
115
webencodings == 0.5.1
114
116
widgetsnbextension == 3.5.1
115
117
yapf == 0.23.0
You can’t perform that action at this time.
0 commit comments