mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 05:24:06 +08:00
* use upstream tinygrad * add networkx to pipfile * Revert "add networkx to pipfile" This reverts commit 6cfa164378fa072b325a27040f0388730771437c. * dont need networkx and update tinygrad * submodule sync * add new thneed file * fix release files Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
22 lines
527 B
Plaintext
22 lines
527 B
Plaintext
[submodule "panda"]
|
|
path = panda
|
|
url = ../../commaai/panda.git
|
|
[submodule "opendbc"]
|
|
path = opendbc
|
|
url = ../../commaai/opendbc.git
|
|
[submodule "laika_repo"]
|
|
path = laika_repo
|
|
url = ../../commaai/laika.git
|
|
[submodule "cereal"]
|
|
path = cereal
|
|
url = ../../commaai/cereal.git
|
|
[submodule "rednose_repo"]
|
|
path = rednose_repo
|
|
url = ../../commaai/rednose.git
|
|
[submodule "body"]
|
|
path = body
|
|
url = ../../commaai/body.git
|
|
[submodule "tinygrad"]
|
|
path = tinygrad_repo
|
|
url = https://github.com/geohot/tinygrad.git
|