Remove deprecated usage of msgpack (https://github.com/tensorflow/tensorflow/issues/16906)
Showing
... | @@ -3,7 +3,7 @@ six | ... | @@ -3,7 +3,7 @@ six |
termcolor>=1.1 | termcolor>=1.1 | ||
tabulate>=0.7.7 | tabulate>=0.7.7 | ||
tqdm>4.11.1 | tqdm>4.11.1 | ||
msgpack | msgpack>=0.5.2 | ||
msgpack-numpy>=0.4.0 | msgpack-numpy>=0.4.0 | ||
pyzmq>=16 | pyzmq>=16 | ||
subprocess32; python_version < '3.0' | subprocess32; python_version < '3.0' | ||
... | ... |
Please register or sign in to comment