fix pyzmq
This commit is contained in:
parent
5b60a31fbb
commit
2a8498fe38
@ -30,7 +30,7 @@ VERSION_EXPR = re.compile('\d+.\d+.\d+')
|
|||||||
DEFAULT_CACHE_DIR = os.path.join(
|
DEFAULT_CACHE_DIR = os.path.join(
|
||||||
os.path.dirname(os.path.abspath(__file__)), "cache")
|
os.path.dirname(os.path.abspath(__file__)), "cache")
|
||||||
REPLICATION_DEPENDENCIES = {
|
REPLICATION_DEPENDENCIES = {
|
||||||
("zmq", "25.0.0"),
|
("pyzmq", "25.0.0"),
|
||||||
("deepdiff","5.7.0"),
|
("deepdiff","5.7.0"),
|
||||||
}
|
}
|
||||||
LIBS = os.path.join(os.path.dirname(os.path.abspath(__file__)), "libs")
|
LIBS = os.path.join(os.path.dirname(os.path.abspath(__file__)), "libs")
|
||||||
|
Loading…
Reference in New Issue
Block a user