Add scipy to requirements (due to interpolation of attenuation coeffs)

This commit is contained in:
Pim Nelissen
2026-02-13 16:13:55 +01:00
parent beb411d456
commit 508cad474b

View File

@ -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"]