File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3131.. |version | image :: https://img.shields.io/pypi/v/colour-science.svg?style=flat-square
3232 :target: https://pypi.org/project/colour-science
3333 :alt: Package Version
34- .. |zenodo | image :: https://img.shields.io/badge/DOI-10.5281/zenodo.13910741 -blue.svg?style=flat-square
35- :target: https://dx.doi.org/10.5281/zenodo.13910741
34+ .. |zenodo | image :: https://img.shields.io/badge/DOI-10.5281/zenodo.13917514 -blue.svg?style=flat-square
35+ :target: https://dx.doi.org/10.5281/zenodo.13917514
3636 :alt: DOI
3737
3838.. end-badges
Original file line number Diff line number Diff line change 907907
908908__major_version__ = "0"
909909__minor_version__ = "4"
910- __change_version__ = "5 "
910+ __change_version__ = "6 "
911911__version__ = "." .join ((__major_version__ , __minor_version__ , __change_version__ ))
912912
913913# TODO: Remove legacy printing support when deemed appropriate.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ kiwisolver==1.4.7
2020latexcodec == 3.0.0
2121markupsafe == 3.0.1
2222matplotlib == 3.9.2
23- networkx == 3.3
23+ networkx == 3.4
2424numpy == 2.1.2
2525opencolorio == 2.4.0
2626packaging == 24.1
@@ -42,7 +42,7 @@ setuptools==75.1.0 ; python_full_version >= '3.12'
4242six == 1.16.0
4343snowballstemmer == 2.2.0
4444soupsieve == 2.6
45- sphinx == 8.0.2
45+ sphinx == 8.1.0
4646sphinxcontrib-applehelp == 2.0.0
4747sphinxcontrib-bibtex == 2.6.3
4848sphinxcontrib-devhelp == 2.0.0
Original file line number Diff line number Diff line change 11[project ]
22name = " colour-science"
3- version = " 0.4.5 "
3+ version = " 0.4.6 "
44description = " Colour Science for Python"
55readme = " README.rst"
66requires-python = " >=3.10,<3.14"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ coverage==7.6.2
2727coveralls == 4.0.1
2828cryptography == 43.0.1 ; sys_platform == 'linux'
2929cycler == 0.12.1
30- debugpy == 1.8.6
30+ debugpy == 1.8.7
3131decorator == 5.1.1
3232defusedxml == 0.7.1
3333distlib == 0.3.9
@@ -93,7 +93,7 @@ nbclient==0.10.0
9393nbconvert == 7.16.4
9494nbformat == 5.10.4
9595nest-asyncio == 1.6.0
96- networkx == 3.3
96+ networkx == 3.4
9797nh3 == 0.2.18
9898nodeenv == 1.9.1
9999notebook == 7.2.2
@@ -155,7 +155,7 @@ six==1.16.0
155155sniffio == 1.3.1
156156snowballstemmer == 2.2.0
157157soupsieve == 2.6
158- sphinx == 8.0.2
158+ sphinx == 8.1.0
159159sphinxcontrib-applehelp == 2.0.0
160160sphinxcontrib-bibtex == 2.6.3
161161sphinxcontrib-devhelp == 2.0.0
You can’t perform that action at this time.
0 commit comments