Drop dependence on `msgpack` and `msgpack_numpy`

async_hist_loading
Tyler Goodlet 2022-02-16 08:56:10 -05:00
parent 5c343aa748
commit a073039b30
2 changed files with 0 additions and 8 deletions

View File

@ -18,10 +18,3 @@
piker: trading gear for hackers. piker: trading gear for hackers.
""" """
import msgpack # noqa
# TODO: remove this now right?
import msgpack_numpy
# patch msgpack for numpy arrays
msgpack_numpy.patch()

View File

@ -66,7 +66,6 @@ setup(
'numpy', 'numpy',
'numba', 'numba',
'pandas', 'pandas',
'msgpack-numpy',
# UI # UI
'PyQt5', 'PyQt5',