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",