Skip to content

Commit

Permalink
chore: remove numba and llvmlite deps as they are large and we don't …
Browse files Browse the repository at this point in the history
…use them (#31451)
  • Loading branch information
mistercrunch authored Dec 14, 2024
1 parent 1f17b97 commit 092faa0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
13 changes: 3 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ billiard==4.2.1
blinker==1.9.0
# via flask
bottleneck==1.4.2
# via pandas
# via apache-superset
brotli==1.1.0
# via flask-compress
cachelib==0.9.0
Expand Down Expand Up @@ -194,8 +194,6 @@ korean-lunar-calendar==0.3.1
# via holidays
limits==3.13.0
# via flask-limiter
llvmlite==0.43.0
# via numba
mako==1.3.6
# via
# alembic
Expand Down Expand Up @@ -224,17 +222,12 @@ msgspec==0.18.6
# via flask-session
nh3==0.2.19
# via apache-superset
numba==0.60.0
# via pandas
numexpr==2.10.2
# via
# -r requirements/base.in
# pandas
# via -r requirements/base.in
numpy==1.23.5
# via
# apache-superset
# bottleneck
# numba
# numexpr
# pandas
# pyarrow
Expand All @@ -254,7 +247,7 @@ packaging==24.2
# marshmallow
# marshmallow-sqlalchemy
# shillelagh
pandas[excel,performance]==2.0.3
pandas[excel]==2.0.3
# via apache-superset
paramiko==3.5.0
# via
Expand Down

0 comments on commit 092faa0

Please sign in to comment.