From 522d795c46728571401ad19925ae4575bbb205e0 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 3 Apr 2024 01:21:06 +0800 Subject: [PATCH] Remove asdf-unit-schemas from dependencies The schemas provided by asdf-unit-schemas were duplicates of the schemas provided by asdf-standard. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 372b29373..3fe4b1d19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ dynamic = [ dependencies = [ "asdf-standard>=1.1.0", "asdf-transform-schemas>=0.3", - "asdf-unit-schemas>=0.1", "importlib-metadata>=4.11.4", "jmespath>=0.6.2", "numpy>=1.22",