Skip to content

Commit ac0e85d

Browse files
committed
chore: make zmq dependency optional
1 parent d4eeb34 commit ac0e85d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ dependencies = [
6262
"pydantic>=2.0.0,<3.0.0",
6363
"pydantic-settings>=2.0.0",
6464
"pytz>=2022.6",
65-
"pyzmq>=25.0.0",
6665
"regex>=2022.4.0",
6766
"rich>=14.0.0",
6867
"rich-click>=1.8.9",
@@ -255,6 +254,11 @@ lz4 = [
255254
"lz4>=4.3.0",
256255
]
257256

257+
zmq = [
258+
"pyzmq>=25.0.0",
259+
]
260+
261+
258262
[project.urls]
259263
homepage = "https://github.com/DHARPA-Project/kiara"
260264
documentation = "https://dharpa.org/kiara.documentation"

0 commit comments

Comments
 (0)