Remove numba deps (#811)
Summary:
numba requires numpy<1.22, but conda environment uses numpy=1.22.3 by default.
Installing numba will fallback to numpy=1.21, which causes the problem of incompatible numpy api version (compile time vs. runtime)
Pull Request resolved: https://github.com/pytorch/benchmark/pull/811
Reviewed By: erichan1
Differential Revision: D34968314
Pulled By: xuzhao9
fbshipit-source-id: 4a3d730019d064b910c9a8df6cfe0d452020d88a