Use msgpack-numpy

bar_select
Tyler Goodlet 2020-07-03 18:32:40 -04:00
parent 16e2e27cb8
commit ecfa6d33aa
1 changed files with 5 additions and 0 deletions

View File

@ -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()