remove piecewise_regression from requirements

This commit is contained in:
Pim Nelissen
2026-02-10 14:08:57 +01:00
parent f5cc5218e6
commit 05a71c31a8

View File

@ -5,6 +5,9 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["src"] where = ["src"]
[tool.setuptools.package-data]
"pg_rad.data" = ["*.csv"]
[project] [project]
name = "pg-rad" name = "pg-rad"
version = "0.2.1" version = "0.2.1"
@ -18,7 +21,6 @@ dependencies = [
"matplotlib>=3.9.2", "matplotlib>=3.9.2",
"numpy>=2", "numpy>=2",
"pandas>=2.3.1", "pandas>=2.3.1",
"piecewise_regression==1.5.0",
"pyyaml>=6.0.2" "pyyaml>=6.0.2"
] ]
license = "MIT" license = "MIT"