Use msgpack-numpy
parent
ccaedfae3f
commit
13caf821fe
|
@ -17,3 +17,8 @@
|
||||||
"""
|
"""
|
||||||
piker: trading gear for hackers.
|
piker: trading gear for hackers.
|
||||||
"""
|
"""
|
||||||
|
import msgpack # noqa
|
||||||
|
import msgpack_numpy
|
||||||
|
|
||||||
|
# patch msgpack for numpy arrays
|
||||||
|
msgpack_numpy.patch()
|
||||||
|
|
Loading…
Reference in New Issue