From 8f1f8831517f19bc7bff31e314b6cb87038b56ef Mon Sep 17 00:00:00 2001 From: Wessel Bruinsma Date: Thu, 25 Jul 2024 11:28:09 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d13b8fa..4a88018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ authors = [ {name = "Megan Stanley", email = "meganstanley@microsoft.com"}, {name = "Patrick Garvan", email = "pgarvan@microsoft.com"}, {name = "Johannes Brandstetter", email = "brandstetter@ml.jku.at"}, - {name = "Elizabeth Heider", email = "eheider@microsoft.com"}, {name = "Richard E. Turner", email = "t-rturner@microsoft.com"}, {name = "Paris Perdikaris", email = "paperdikaris@microsoft.com"}, ] @@ -39,6 +38,7 @@ dependencies = [ dev = [ "wheel", "build", + "ghp-import", "pytest", "pytest-cov", "mypy",