From 83553f3f4c929118a71fce69379e7ff9176a1f5c Mon Sep 17 00:00:00 2001 From: Krishnan Raghavan Date: Wed, 26 Aug 2026 10:19:20 -0500 Subject: [PATCH 1/2] Add author Krishnan Raghavan to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bd8de23..e94bfd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "A PyTorch continual learning framework for real-time concept drift detection and model adaptation." authors = [ {name = "Your Name",email = "you@example.com"} + {name="Krishnan Raghavan", email="kraghavan@anl.gov"} ] readme = "README.md" requires-python = ">=3.13,<3.14" From 4cb691753147d19198c0f9ba9c2f575765495ead Mon Sep 17 00:00:00 2001 From: Andrew Ayres Date: Wed, 26 Aug 2026 11:12:33 -0500 Subject: [PATCH 2/2] Apply suggestion from @andrewfayres --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e94bfd6..54a2102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "apeiron" version = "0.1.0" description = "A PyTorch continual learning framework for real-time concept drift detection and model adaptation." authors = [ - {name = "Your Name",email = "you@example.com"} + {name = "Your Name",email = "you@example.com"}, {name="Krishnan Raghavan", email="kraghavan@anl.gov"} ] readme = "README.md"