Skip to content

Commit 41a4cbc

Browse files
committed
fix generator-standard package name in pyproject.toml
1 parent 4e37554 commit 41a4cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [{name = "Jeffrey Larson"}, {name = "Stephen Hudson"},
44
{name = "Stefan M. Wild"}, {name = "David Bindel"},
55
{name = "John-Luke Navarro"}]
66

7-
dependencies = ["numpy", "psutil", "pyyaml", "tomli", "gest @ git+https://github.com/campa-consortium/gest-api@main", "pydantic"]
7+
dependencies = ["numpy", "psutil", "pyyaml", "tomli", "gest-api @ git+https://github.com/campa-consortium/gest-api@main", "pydantic"]
88

99
description = "A Python toolkit for coordinating asynchronous and dynamic ensembles of calculations."
1010
name = "libensemble"

0 commit comments

Comments
 (0)