Removing zmq
in favour of pyzmq
, the actual, maintained Python bindings for ZeroMQ
This commit is contained in:
parent
e26a99f5f9
commit
ec7af00523
17
poetry.lock
generated
17
poetry.lock
generated
|
@ -2133,22 +2133,7 @@ files = [
|
|||
{file = "websockets-15.0.1.tar.gz", hash = "sha256:82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "zmq"
|
||||
version = "0.0.0"
|
||||
description = "You are probably looking for pyzmq."
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "zmq-0.0.0.tar.gz", hash = "sha256:6b1a1de53338646e8c8405803cffb659e8eb7bb02fff4c9be62a7acfac8370c9"},
|
||||
{file = "zmq-0.0.0.zip", hash = "sha256:21cfc6be254c9bc25e4dabb8a3b2006a4227966b7b39a637426084c8dc6901f7"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
pyzmq = "*"
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.10"
|
||||
content-hash = "c351530d2d67ae2302b24199aaf6c78fa2bdbaaa39b40e172540f0b97b381b8f"
|
||||
content-hash = "546dd85a2ad750359310ff22acfe7bfd3ca764f025d19e3fd48a50cd431e64e5"
|
||||
|
|
|
@ -45,7 +45,7 @@ dependencies = [
|
|||
"plotly (>=6.3.0,<7.0.0)",
|
||||
"h5py (>=3.14.0,<4.0.0)",
|
||||
"pandas (>=2.3.2,<3.0.0)",
|
||||
"zmq (>=0.0.0,<0.0.1)"
|
||||
"pyzmq (>=27.1.0,<28.0.0)",
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
|
|
Loading…
Reference in New Issue
Block a user