Skip to content

Commit 5244134

Browse files
committed
fix pyproject.toml
1 parent fe1e462 commit 5244134

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 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", "pydantic", "pyyaml", "tomli", "pyenchant", "enchant", "flake8-modern-annotations", "flake8-type-checking", "enchant>=0.0.1,<0.0.2", "flake8-modern-annotations>=1.6.0,<2", "flake8-type-checking>=3.0.0,<4"]
7+
dependencies = [ "numpy", "psutil", "pydantic", "pyyaml", "tomli"]
88

99
description = "A Python toolkit for coordinating asynchronous and dynamic ensembles of calculations."
1010
name = "libensemble"
@@ -140,3 +140,6 @@ extend-exclude = ["*.bib", "*.xml", "docs/nitpicky"]
140140

141141
[tool.mypy]
142142
disable_error_code = ["import-not-found", "import-untyped"]
143+
144+
[dependency-groups]
145+
dev = ["pyenchant", "enchant>=0.0.1,<0.0.2", "flake8-modern-annotations>=1.6.0,<2", "flake8-type-checking>=3.0.0,<4"]

0 commit comments

Comments
 (0)