From 508cad474b365c3d97d0b49763d36d9e8048c767 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Fri, 13 Feb 2026 16:13:55 +0100 Subject: [PATCH] Add scipy to requirements (due to interpolation of attenuation coeffs) --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07d3d1f..a5be416 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,8 @@ dependencies = [ "matplotlib>=3.9.2", "numpy>=2", "pandas>=2.3.1", - "pyyaml>=6.0.2" + "pyyaml>=6.0.2", + "scipy>=1.15.0" ] license = "MIT" license-files = ["LICEN[CS]E*"] @@ -35,4 +36,5 @@ Homepage = "https://github.com/pim-n/pg-rad" Issues = "https://github.com/pim-n/pg-rad/issues" [project.optional-dependencies] + dev = ["pytest", "mkinit", "notebook", "mkdocs-material", "mkdocstrings-python", "mkdocs-jupyter"] \ No newline at end of file