From 2db42a6595383750ca5abf8fdb1d32e42bf2032b Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Thu, 23 Apr 2026 12:36:26 -0500 Subject: [PATCH] ADD: xradar as a core runtime dependency lars/preprocessing/radar_preprocessing.py imports xradar at the top level, so it is required for any use of the package, not just dev work. Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2e477b..4b69fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", ] -dependencies = [] +dependencies = ["xradar"] [project.optional-dependencies] dev = ["pytest>=6.0", "pytest-asyncio>=0.21", "black", "flake8", "openai", "xradar", "python-dotenv",