mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: remove numba and llvmlite deps as they are large and we don't use them (#31451)
This commit is contained in:
committed by
GitHub
parent
1f17b975d6
commit
092faa019b
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user