Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RoboCT Schemas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RoboCT (Public)
RoboCT Schemas
Compare revisions
0f378205d14a78c744808eba8b5523e9ed2d075f to 782c30503728d984400469b9e83a750dc155ac7a
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
roboct-public/roboct-schemas
Select target project
No results found
782c30503728d984400469b9e83a750dc155ac7a
Select Git revision
Branches
main
Swap
Target
roboct-public/roboct-schemas
Select target project
roboct-public/roboct-schemas
1 result
0f378205d14a78c744808eba8b5523e9ed2d075f
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Public
· d800ff31
Simon Wittl
authored
1 week ago
d800ff31
Merge branch 'public' into 'main'
· 782c3050
Simon Wittl
authored
1 week ago
Public See merge request roboct/definitions/json_schemas!22
782c3050
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+2
-7
2 additions, 7 deletions
pyproject.toml
uv.lock
+54
-65
54 additions, 65 deletions
uv.lock
with
56 additions
and
72 deletions
pyproject.toml
View file @
782c3050
[project]
name
=
"thd-json"
version
=
"0.1.1
3
"
version
=
"0.1.1
4
"
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.
Click to expand it.
uv.lock
View file @
782c3050
This diff is collapsed.
Click to expand it.