Skip to content

Commit

Permalink
Implement support for *Pydot*.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 10, 2024
1 parent 45c2848 commit 250743f
Show file tree
Hide file tree
Showing 2 changed files with 1,712 additions and 1,598 deletions.
3,307 changes: 1,710 additions & 1,597 deletions colour_hdri/examples/examples_advanced_processing_with_the_nodegraph.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ optional = [
"colour-datasets",
"networkx >=3,<4",
"opencv-python>=4,<5",
"pydot>=3,<4",
"lensfunpy<2;python_version<'3.13'",
"rawpy<1;python_version<'3.13'",
]
Expand Down Expand Up @@ -103,7 +104,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = [ "colour_demosaicing" ]
packages = [ "colour_hdri" ]

[tool.hatch.build.targets.sdist]
exclude = [
Expand Down

0 comments on commit 250743f

Please sign in to comment.