chore: remove numba and llvmlite deps as they are large and we don't use them (#31451)

This commit is contained in:
Maxime Beauchemin
2024-12-13 21:17:52 -08:00
committed by GitHub
parent 1f17b975d6
commit 092faa019b
2 changed files with 8 additions and 11 deletions

View File

@@ -70,7 +70,11 @@ dependencies = [
"nh3>=0.2.11, <0.3",
"numpy==1.23.5",
"packaging",
"pandas[excel,performance]>=2.0.3, <2.1",
# --------------------------
# pandas and related (wanting pandas[performance] without numba as it's 100+MB and not needed)
"pandas[excel]>=2.0.3, <2.1",
"bottleneck",
# --------------------------
"parsedatetime",
"paramiko>=3.4.0",
"pgsanity",