Skip to content

Commit 428fd11

Browse files
committed
Use released *OpenColorIO* wheel.
Signed-off-by: Thomas Mansencal <[email protected]>
1 parent 125416f commit 428fd11

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ dependencies = [
3838
"semver>=3,<4",
3939
]
4040

41-
[tool.uv.sources]
42-
opencolorio = { index = "test-pypi" }
41+
# [tool.uv.sources]
42+
# opencolorio = { index = "test-pypi" }
4343

44-
[[tool.uv.index]]
45-
name = "test-pypi"
46-
url = "https://test.pypi.org/simple/"
47-
explicit = true
44+
# [[tool.uv.index]]
45+
# name = "test-pypi"
46+
# url = "https://test.pypi.org/simple/"
47+
# explicit = true
4848

4949
[project.optional-dependencies]
5050
optional = [

0 commit comments

Comments
 (0)