Add osmnx to xx packages (#27342)

old-commit-hash: 6f1d5edab8
beeps
Mitchell Goff 2 years ago committed by GitHub
parent 37a1a0bc2c
commit a995e0456d
  1. 2
      .pre-commit-config.yaml
  2. 4
      poetry.lock
  3. 3
      pyproject.toml

@ -19,7 +19,7 @@ repos:
rev: v2.2.1
hooks:
- id: codespell
exclude: '^(third_party/)|(body/)|(cereal/)|(rednose/)|(panda/)|(laika/)|(opendbc/)|(laika_repo/)|(rednose_repo/)|(selfdrive/ui/translations/.*.ts)'
exclude: '^(third_party/)|(body/)|(cereal/)|(rednose/)|(panda/)|(laika/)|(opendbc/)|(laika_repo/)|(rednose_repo/)|(selfdrive/ui/translations/.*.ts)|(poetry.lock)'
args:
# if you've got a short variable name that's getting flagged, add it here
- -L bu,ro,te,ue,alo,hda,ois,nam,nams,ned,som,parm,setts,inout,warmup

4
poetry.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b7eea4d27b7d94d45d3255e2e175a768c1224ac7d3d27d1ac212da0c625793b
size 567173
oid sha256:d8ca18a4f67bb8e2d77276da5f20381263fd62a5a8ff7d08a8c387ba7952a1c4
size 587143

@ -145,7 +145,7 @@ jupyterlab = "^3.4.4"
jupyterlab-vim = "^0.15.1"
Markdown = "^3.4.1"
msgpack-python = "^0.5.6"
networkx = "~2.3"
networkx = "~2.8"
nvidia-ml-py3 = "^7.352.0"
onnx2torch = "^1.5.4"
onnxoptimizer = "^0.3.1"
@ -172,6 +172,7 @@ triton = "^1.1.1"
Werkzeug = "^2.1.2"
zerorpc = { git = "https://github.com/commaai/zerorpc-python.git", branch = "master" }
omegaconf = "^2.3.0"
osmnx = "==1.2.2"
[build-system]

Loading…
Cancel
Save