Skip to content

Commit

Permalink
feat: add pandas performance dependencies (#24768)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianliebscher authored Jul 21, 2023
1 parent f856ba2 commit e060042
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
23 changes: 20 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ bcrypt==4.0.1
# via paramiko
billiard==3.6.4.0
# via celery
bottleneck==1.3.7
# via pandas
brotli==1.0.9
# via flask-compress
cachelib==0.4.1
Expand Down Expand Up @@ -120,6 +122,8 @@ geographiclib==1.52
# via geopy
geopy==2.2.0
# via apache-superset
greenlet==2.0.2
# via sqlalchemy
gunicorn==20.1.0
# via apache-superset
hashids==1.3.1
Expand All @@ -131,7 +135,9 @@ humanize==3.11.0
idna==3.2
# via email-validator
importlib-metadata==6.6.0
# via apache-superset
# via
# apache-superset
# flask
importlib-resources==5.12.0
# via limits
isodate==0.6.0
Expand All @@ -150,6 +156,8 @@ kombu==5.2.4
# via celery
limits==3.4.0
# via flask-limiter
llvmlite==0.40.1
# via numba
mako==1.2.4
# via
# alembic
Expand All @@ -176,9 +184,16 @@ msgpack==1.0.2
# via apache-superset
nh3==0.2.11
# via apache-superset
numba==0.57.1
# via pandas
numexpr==2.8.4
# via pandas
numpy==1.23.5
# via
# apache-superset
# bottleneck
# numba
# numexpr
# pandas
# pyarrow
ordered-set==4.1.0
Expand All @@ -190,7 +205,7 @@ packaging==23.1
# deprecation
# limits
# marshmallow
pandas==2.0.3
pandas[performance]==2.0.3
# via apache-superset
paramiko==2.11.0
# via sshtunnel
Expand Down Expand Up @@ -318,7 +333,9 @@ wtforms-json==0.3.5
xlsxwriter==3.0.7
# via apache-superset
zipp==3.15.0
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 0 additions & 2 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# via
# -r requirements/base.in
# -r requirements/development.in
appnope==0.1.3
# via ipython
astroid==2.6.6
# via pylint
asttokens==2.2.1
Expand Down
4 changes: 0 additions & 4 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
# -r requirements/docker.in
gevent==22.10.2
# via -r requirements/docker.in
greenlet==2.0.2
# via
# -r requirements/docker.in
# gevent
psycopg2-binary==2.9.6
# via apache-superset
zope-event==4.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_git_sha() -> str:
"nh3>=0.2.11, <0.3",
"numpy==1.23.5",
"packaging",
"pandas>=2.0.3, <2.1",
"pandas[performance]>=2.0.3, <2.1",
"parsedatetime",
"pgsanity",
"polyline>=2.0.0, <3.0",
Expand Down

0 comments on commit e060042

Please sign in to comment.