From fef17e107bd678b0526a48b5e3c614b67d74f68d Mon Sep 17 00:00:00 2001 From: Tobias Klockau Date: Mon, 25 Nov 2024 16:53:46 +0100 Subject: [PATCH] chore: remove unused dependencies --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9655646..945dc66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,8 +33,6 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "jsonschema>=4.4.0", - "fastjsonschema>=2.16.2", "raillabel==4.0.0", "pyyaml>=6.0.0", "numpy>=1.24.4",