deps: zerorpc over https

old-commit-hash: 8bd512f9d7
taco
Cameron Clough 3 years ago
parent 8b7a98ab8d
commit b913ad5337
  1. 4
      poetry.lock
  2. 2
      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:eb2af7efeaeba324c900772307764df05b4923d37771bcea9d08fdcaa50eba56 oid sha256:08b3f95fd602e7a475fd9686d4a05f83afbed4dbb1c06ecb8a0093715b7bad00
size 560592 size 560596

@ -168,7 +168,7 @@ torchsummary = "^1.5.1"
torchvision = { url = "https://download.pytorch.org/whl/cu113/torchvision-0.12.0%2Bcu113-cp38-cp38-linux_x86_64.whl" } torchvision = { url = "https://download.pytorch.org/whl/cu113/torchvision-0.12.0%2Bcu113-cp38-cp38-linux_x86_64.whl" }
triton = "^1.1.1" triton = "^1.1.1"
Werkzeug = "^2.1.2" Werkzeug = "^2.1.2"
zerorpc = { git = "git@github.com:commaai/zerorpc-python.git", branch = "master" } zerorpc = { git = "https://github.com/commaai/zerorpc-python.git", branch = "master" }
[build-system] [build-system]

Loading…
Cancel
Save