From d3bce1944dd933261aec7549bccd479b15686dce Mon Sep 17 00:00:00 2001 From: Ana Gainaru Date: Wed, 2 Sep 2026 12:10:10 -0600 Subject: [PATCH] Adding Ana Gainaru to the list of contrinutors --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f103b7f..b0b2100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,8 @@ version = "0.1.0" description = "A PyTorch continual learning framework for real-time concept drift detection and model adaptation." authors = [ {name = "Andrew Ayres",email = "ayresaf@ornl.gov"}, - {name="Krishnan Raghavan", email="kraghavan@anl.gov"} + {name="Krishnan Raghavan", email="kraghavan@anl.gov"}, + {name="Ana Gainaru", email="againaru@lanl.gov"} ] readme = "README.md" requires-python = ">=3.13,<3.14"