Drop dependence on `msgpack` and `msgpack_numpy`
parent
5c343aa748
commit
a073039b30
|
@ -18,10 +18,3 @@
|
|||
piker: trading gear for hackers.
|
||||
|
||||
"""
|
||||
import msgpack # noqa
|
||||
|
||||
# TODO: remove this now right?
|
||||
import msgpack_numpy
|
||||
|
||||
# patch msgpack for numpy arrays
|
||||
msgpack_numpy.patch()
|
||||
|
|
Loading…
Reference in New Issue