unpin casadi (#32316)

old-commit-hash: f3a49a29b7
pull/32199/head
Adeeb Shihadeh 1 year ago committed by GitHub
parent 19fcfc7d57
commit 1cf55e7416
  1. 4
      poetry.lock
  2. 6
      pyproject.toml

4
poetry.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b947d20a7ed8c37e8b8788bd927cb0856869d83a45e6b977bd229a8b173b96b6 oid sha256:895942f017857e13f6a7d76e841e78893fa280ed885ce90d96c6830ee59723f1
size 613646 size 614211

@ -83,11 +83,9 @@ documentation = "https://docs.comma.ai"
python = "~3.11" python = "~3.11"
aiohttp = "*" aiohttp = "*"
aiortc = "*" aiortc = "*"
casadi = "==3.6.3"
cffi = "*" cffi = "*"
crcmod = "*" crcmod = "*"
Cython = "*" Cython = "*"
future-fstrings = "*" # for acados
json-rpc = "*" json-rpc = "*"
libusb1 = "*" libusb1 = "*"
numpy = "*" numpy = "*"
@ -110,6 +108,10 @@ spidev = { version = "*", platform = "linux" }
sympy = "*" sympy = "*"
websocket_client = "*" websocket_client = "*"
# acados deps
casadi = "*"
future-fstrings = "*"
# these should be removed # these should be removed
markdown-it-py = "*" markdown-it-py = "*"
timezonefinder = "*" timezonefinder = "*"

Loading…
Cancel
Save