remove some python packages (#30135)

* less dependencies

* rm that

* add that back for now

* revert for now
old-commit-hash: 0694d3b8f6727a5a83cb52e978c7e3743eb928ab
This commit is contained in:
Adeeb Shihadeh
2023-10-02 17:13:45 -07:00
committed by GitHub
parent 61eb6f4f66
commit a24af381f7
2 changed files with 2 additions and 5 deletions

BIN
poetry.lock LFS generated

Binary file not shown.

View File

@@ -90,7 +90,6 @@ numpy = "*"
onnx = ">=1.14.0"
onnxruntime = { version = ">=1.15.1", platform = "linux", markers = "platform_machine == 'aarch64'" }
onnxruntime-gpu = { version = ">=1.15.1", platform = "linux", markers = "platform_machine == 'x86_64'" }
pillow = "*"
psutil = "*"
pyaudio = "*"
pycapnp = "*"
@@ -109,11 +108,9 @@ setproctitle = "*"
smbus2 = "*"
sounddevice = "*"
spidev = { version = "*", platform = "linux" }
spidev2 = { version = "*", platform = "linux" }
sympy = "*"
timezonefinder = "*"
tqdm = "*"
urllib3 = "*"
websocket_client = "*"
polyline = "*"
sconscontrib = {git = "https://github.com/SCons/scons-contrib.git"}