Skip to content

Commit dba3978

Browse files
committed
adjust dependencies
1 parent 4927bb2 commit dba3978

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
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"]
7+
dependencies = [ "numpy", "psutil", "pydantic"]
88

99
description = "A Python toolkit for coordinating asynchronous and dynamic ensembles of calculations."
1010
name = "libensemble"
@@ -88,16 +88,13 @@ autodoc-pydantic = ">=2.1.0,<3"
8888
ipdb = ">=0.13.13,<0.14"
8989
mypy = ">=1.15.0,<2"
9090
types-psutil = ">=6.1.0.20241221,<7"
91-
types-pyyaml = ">=6.0.12.20250402,<7"
9291

9392
[tool.pixi.dependencies]
9493
python = ">=3.10,<3.14"
9594
pip = ">=24.3.1,<25"
9695
setuptools = ">=75.6.0,<76"
9796
numpy = ">=1.21,<3"
9897
pydantic = ">=1.10,<3"
99-
pyyaml = ">=6.0,<7"
100-
tomli = ">=1.2.1,<3"
10198
psutil = ">=5.9.4,<7"
10299

103100
[tool.pixi.target.osx-arm64.dependencies]

0 commit comments

Comments
 (0)