Skip to content

Commit 7d400cb

Browse files
reduce venv bloat (#35742)
1 parent e9d7895 commit 7d400cb

File tree

2 files changed

+33
-101
lines changed

2 files changed

+33
-101
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ dependencies = [
4242

4343
# modeld
4444
"onnx >= 1.14.0",
45-
"llvmlite",
4645

4746
# logging
4847
"pyzmq",
@@ -121,7 +120,7 @@ dev = [
121120

122121
tools = [
123122
"metadrive-simulator @ https://github.com/commaai/metadrive/releases/download/MetaDrive-minimal-0.4.2.4/metadrive_simulator-0.4.2.4-py3-none-any.whl ; (platform_machine != 'aarch64')",
124-
"rerun-sdk >= 0.18",
123+
#"rerun-sdk >= 0.18", # this is pretty big, so only enable once we use it
125124
]
126125

127126
[project.urls]

0 commit comments

Comments
 (0)