Use msgpack-numpy

its_happening
Tyler Goodlet 2020-07-03 18:32:40 -04:00
parent ccaedfae3f
commit 13caf821fe
1 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,8 @@
"""
piker: trading gear for hackers.
"""
import msgpack # noqa
import msgpack_numpy
# patch msgpack for numpy arrays
msgpack_numpy.patch()