fix pyzmq

This commit is contained in:
Swann 2023-02-06 12:03:22 +08:00
parent 5b60a31fbb
commit 2a8498fe38

View File

@ -30,7 +30,7 @@ VERSION_EXPR = re.compile('\d+.\d+.\d+')
DEFAULT_CACHE_DIR = os.path.join(
os.path.dirname(os.path.abspath(__file__)), "cache")
REPLICATION_DEPENDENCIES = {
("zmq", "25.0.0"),
("pyzmq", "25.0.0"),
("deepdiff","5.7.0"),
}
LIBS = os.path.join(os.path.dirname(os.path.abspath(__file__)), "libs")