Spaces:
Runtime error
Runtime error
File size: 348 Bytes
719e71f | 1 2 3 4 5 6 7 8 9 10 11 12 | [build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "colorspace-explorer"
version = "1.0.0"
description = "Interactive educational demo for exploring colorspaces and color models"
authors = [{name = "Image Analysis Group", email = ""}]
license = {text = "MIT"}
requires-python = ">=3.11"
|