Remove scipy usage from laikad (#24652)

Remove scipy
old-commit-hash: 65056b77c22334b4be727151732bf2a76f9b780d
This commit is contained in:
Gijs Koning
2022-05-25 17:15:22 +02:00
committed by GitHub
parent 8976820211
commit 807803afbe

View File

@@ -4,7 +4,7 @@ from typing import List
import numpy as np
from collections import defaultdict
from scipy import linalg
from numpy.linalg import linalg
from cereal import log, messaging
from laika import AstroDog