pyproject.toml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. [tool.poetry]
  2. name = "openpilot"
  3. version = "0.1.0"
  4. description = "an open source driver assistance system"
  5. authors = ["Vehicle Researcher <user@comma.ai>"]
  6. license = "MIT"
  7. readme = "README.md"
  8. repository = "https://github.com/commaai/openpilot"
  9. documentation = "https://docs.comma.ai"
  10. [tool.poetry.dependencies]
  11. python = "~3.8"
  12. atomicwrites = "^1.4.0"
  13. casadi = { version = "==3.5.5", platform = "linux" }
  14. cffi = "^1.15.1"
  15. crcmod = "^1.7"
  16. cryptography = "^37.0.4"
  17. Cython = "^0.29.30"
  18. flake8 = "^4.0.1"
  19. Flask = "^2.1.2"
  20. future-fstrings = "^1.2.0" # for acados
  21. gunicorn = "^20.1.0"
  22. hatanaka = "==2.4"
  23. hexdump = "^3.3"
  24. Jinja2 = "^3.1.2"
  25. json-rpc = "^1.13.0"
  26. libusb1 = "^3.0.0"
  27. nose = "^1.3.7"
  28. numpy = "^1.23.0"
  29. onnx = "^1.12.0"
  30. onnxruntime-gpu = { version = "^1.11.1", platform = "linux" }
  31. pillow = "^9.2.0"
  32. poetry = "==1.2.2"
  33. protobuf = "==3.20.1"
  34. psutil = "^5.9.1"
  35. pycapnp = "==1.1.0"
  36. pycryptodome = "^3.15.0"
  37. PyJWT = "^2.5.0"
  38. pylint = "^2.15.4"
  39. pyopencl = "^2022.2.4"
  40. pyserial = "^3.5"
  41. python-dateutil = "^2.8.2"
  42. PyYAML = "^6.0"
  43. pyzmq = "^23.2.0"
  44. requests = "^2.28.1"
  45. scons = "^4.3.0"
  46. sentry-sdk = "^1.6.0"
  47. setproctitle = "^1.2.3"
  48. six = "^1.16.0"
  49. smbus2 = "^0.4.2"
  50. sounddevice = "^0.4.5"
  51. spidev = { version = "^3.6", platform = "linux" }
  52. sympy = "^1.10.1"
  53. timezonefinder = "^6.0.1"
  54. tqdm = "^4.64.0"
  55. urllib3 = "^1.26.10"
  56. utm = "^0.7.0"
  57. websocket_client = "^1.3.3"
  58. [tool.poetry.group.dev.dependencies]
  59. av = "^9.2.0"
  60. azure-storage-blob = "~2.1"
  61. breathe = "^4.34.0"
  62. carla = { version = "==0.9.13", platform = "linux" }
  63. control = "^0.9.2"
  64. coverage = "^6.4.1"
  65. dictdiffer = "^0.9.0"
  66. fastcluster = "^1.2.6"
  67. ft4222 = "^1.4.1"
  68. hexdump = "^3.3"
  69. hypothesis = "==6.46.7"
  70. inputs = "^0.5"
  71. lru-dict = "^1.1.7"
  72. lxml = "^4.9.1"
  73. markdown-it-py = "^2.1.0"
  74. matplotlib = "^3.5.2"
  75. mpld3 = "^0.5.8"
  76. mypy = "^0.961"
  77. myst-parser = "^0.18.0"
  78. natsort = "^8.1.0"
  79. numpy = "^1.23.0"
  80. opencv-python-headless = { url = "https://github.com/commaai/opencv-python-builder/releases/download/4.5.5.64%2Bcu113/opencv_python_headless-4.5.5.64-cp38-cp38-manylinux_2_31_x86_64.whl", platform = "linux" }
  81. pandas = "^1.4.3"
  82. parameterized = "^0.8.1"
  83. paramiko = "^2.11.0"
  84. pprofile = "^2.1.0"
  85. pre-commit = "^2.19.0"
  86. pycurl = "^7.45.1"
  87. pygame = "^2.1.2"
  88. pyprof2calltree = "^1.4.5"
  89. pytest = "^7.1.2"
  90. pytest-xdist = "^2.5.0"
  91. reverse_geocoder = "^1.5.1"
  92. scipy = "^1.8.1"
  93. sphinx = "^5.0.2"
  94. sphinx-rtd-theme = "^1.0.0"
  95. sphinx-sitemap = "^2.2.0"
  96. subprocess32 = "^3.5.4"
  97. tabulate = "^0.8.10"
  98. tenacity = "^8.0.1"
  99. types-atomicwrites = "^1.4.5"
  100. types-certifi = "^2021.10.8"
  101. types-pycurl = "^7.45.1"
  102. types-PyYAML = "^6.0"
  103. types-requests = "^2.28.11"
  104. [tool.poetry.group.xx]
  105. optional = true
  106. [tool.poetry.group.xx.dependencies]
  107. aenum = "^3.1.11"
  108. aiohttp = "^3.8.1"
  109. albumentations = "^1.2.1"
  110. apex = { url = "https://github.com/commaai/apex/releases/download/pytorch1.10.0%2Bcu11.1/apex-0.1-cp38-cp38-linux_x86_64.whl" }
  111. azure-cli-core = "^2.38.0"
  112. azure-common = "^1.1.28"
  113. azure-core = "^1.24.2"
  114. azure-nspkg = "~3.0"
  115. azure-storage-common = "~2.1"
  116. azure-storage-nspkg = "~3.1"
  117. blosc = "==1.9.2"
  118. cloudpickle = "^2.1.0"
  119. configargparse = "^1.5.3"
  120. cupy-cuda113 = "^10.6.0"
  121. datadog = "^0.44.0"
  122. dotmap = "^1.3.30"
  123. einops = "^0.5.0"
  124. elasticsearch = "^8.3.1"
  125. Flask-Cors = "^3.0.10"
  126. Flask-SocketIO = "^5.2.0"
  127. GeoAlchemy2 = "^0.12.1"
  128. imageio = "^2.19.5"
  129. influxdb-client = "^1.30.0"
  130. ipykernel = "^6.15.1"
  131. ipython = "^8.4.0"
  132. joblib = "^1.1.0"
  133. json-logging-py = "^0.2"
  134. jupyter = "^1.0.0"
  135. jupyterlab = "^3.4.4"
  136. jupyterlab-vim = "^0.15.1"
  137. Markdown = "^3.4.1"
  138. msgpack-python = "^0.5.6"
  139. networkx = "~2.3"
  140. nvidia-ml-py3 = "^7.352.0"
  141. onnx2torch = "^1.5.4"
  142. onnxoptimizer = "^0.3.1"
  143. osmium = "^3.3.0"
  144. pillow-avif-plugin = "^1.2.2"
  145. pipenv = "==2022.10.12"
  146. plotly = "^5.9.0"
  147. pycuda = "^2022.1"
  148. Pygments = "^2.12.0"
  149. PyMySQL = "~0.9"
  150. pyproj = "^3.3.1"
  151. python-logstash = "^0.4.8"
  152. redis = "^4.3.4"
  153. s2sphere = "^0.2.5"
  154. scikit-image = "^0.19.3"
  155. scikit-learn = "^1.1.1"
  156. segmentation-models-pytorch = "==0.2.1"
  157. simplejson = "^3.17.6"
  158. SQLAlchemy = "^1.4.39"
  159. torch = { url = "https://download.pytorch.org/whl/cu113/torch-1.11.0%2Bcu113-cp38-cp38-linux_x86_64.whl" }
  160. torchsummary = "^1.5.1"
  161. torchvision = { url = "https://download.pytorch.org/whl/cu113/torchvision-0.12.0%2Bcu113-cp38-cp38-linux_x86_64.whl" }
  162. triton = "^1.1.1"
  163. Werkzeug = "^2.1.2"
  164. zerorpc = { git = "https://github.com/commaai/zerorpc-python.git", branch = "master" }
  165. [build-system]
  166. requires = ["poetry-core"]
  167. build-backend = "poetry.core.masonry.api"