Skip to content

Commit 40b7af9

Browse files
committed
Use *colour* develop branch.
1 parent 484a658 commit 40b7af9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141
"Topic :: Software Development"
4242
]
4343
dependencies = [
44-
"colour-science>=0.4.5",
44+
"colour-science>=0.4.6",
4545
"dash",
4646
"dash-renderer",
4747
"gunicorn",
@@ -52,6 +52,9 @@ dependencies = [
5252
"typing-extensions>=4,<5",
5353
]
5454

55+
[tool.uv.sources]
56+
colour-science = { git = "https://github.com/colour-science/colour", branch = "develop" }
57+
5558
[project.urls]
5659
Homepage = "https://www.colour-science.org"
5760
Repository = "https://github.com/colour-science/colour-dash"

0 commit comments

Comments
 (0)