From 92b3c7644640cb38b101f93100ebc04f04ee6ef9 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 3 Jul 2023 22:03:53 +0200 Subject: Added Keras based Autoencode (Work-in-Progress!) * minor fixes Signed-off-by: Toni Uhlig --- examples/py-schema-validation/requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/py-schema-validation/requirements.txt (limited to 'examples/py-schema-validation') diff --git a/examples/py-schema-validation/requirements.txt b/examples/py-schema-validation/requirements.txt new file mode 100644 index 000000000..d89304b1a --- /dev/null +++ b/examples/py-schema-validation/requirements.txt @@ -0,0 +1 @@ +jsonschema -- cgit v1.2.3