Use msgpack-numpy
parent
16e2e27cb8
commit
ecfa6d33aa
|
@ -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