remove unused python packages (#29099)

old-commit-hash: 128f261173
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent 8d2a08723a
commit 2295bc3848
  1. 4
      poetry.lock
  2. 3
      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:11a8d6e7298e7927a5a7cfaae6cc55a0d8c008996f1ba669f0aff5a511656909 oid sha256:333c4b830ec0128732e0e72094c683de035ec2aebe93c8ebed0ff1763ed5d1e1
size 765533 size 766473

@ -26,13 +26,11 @@ hexdump = "^3.3"
Jinja2 = "^3.1.2" Jinja2 = "^3.1.2"
json-rpc = "^1.13.0" json-rpc = "^1.13.0"
libusb1 = "^3.0.0" libusb1 = "^3.0.0"
nose = "^1.3.7"
numpy = "==1.23.0" # locked pending deprecation fixes in xx numpy = "==1.23.0" # locked pending deprecation fixes in xx
onnx = "^1.14.0" onnx = "^1.14.0"
onnxruntime-gpu = { version = "^1.15.1", platform = "linux", markers = "platform_machine == 'x86_64'" } onnxruntime-gpu = { version = "^1.15.1", platform = "linux", markers = "platform_machine == 'x86_64'" }
pillow = "^9.2.0" pillow = "^9.2.0"
poetry = "==1.2.2" poetry = "==1.2.2"
protobuf = "==3.20.3"
psutil = "^5.9.1" psutil = "^5.9.1"
pycapnp = "^1.3.0" pycapnp = "^1.3.0"
pycryptodome = "^3.15.0" pycryptodome = "^3.15.0"
@ -46,7 +44,6 @@ requests = "^2.28.1"
scons = "^4.5.2" scons = "^4.5.2"
sentry-sdk = "^1.6.0" sentry-sdk = "^1.6.0"
setproctitle = "^1.2.3" setproctitle = "^1.2.3"
six = "^1.16.0"
smbus2 = "^0.4.2" smbus2 = "^0.4.2"
sounddevice = "^0.4.5" sounddevice = "^0.4.5"
spidev = { version = "^3.6", platform = "linux" } spidev = { version = "^3.6", platform = "linux" }

Loading…
Cancel
Save