Skip to content
Snippets Groups Projects
Commit 782c3050 authored by Simon Wittl's avatar Simon Wittl
Browse files

Merge branch 'public' into 'main'

Public

See merge request roboct/definitions/json_schemas!22
parents 0f378205 d800ff31
No related branches found
No related tags found
No related merge requests found
[project]
name = "thd-json"
version = "0.1.13"
version = "0.1.14"
description = "THD JSON schema and validation tools."
authors = [
{ name = "swittl", email = "simon.wittl@th-deg.de" }
......@@ -11,10 +11,10 @@ dependencies = [
"hypothesis-jsonschema>=0.23.1",
"json-schema>=0.3",
"jsonschema>=4.23.0",
"numpy>=2.1.3",
"pillow>=11.0.0",
"hatchling>=1.26.3",
"jsonref>=1.1.0",
"numpy<=2.1.0",
]
[project.scripts]
......@@ -26,11 +26,6 @@ detector_validator = "thd_json.detector:detector_cli"
source_validator = "thd_json.source:source_cli"
projection_geometry_validator = "thd_json.projection_geometry:projection_geometry_cli"
[project.optional-dependencies]
load = [
"numpy>=2.1.3",
"pillow>=11.0.0",
]
[build-system]
requires = ["hatchling"]
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment