Skip to content

Commit

Permalink
trying older pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 8, 2025
1 parent 1099a66 commit d3654cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ dependencies = [
"packaging",
# --------------------------
# pandas and related (wanting pandas[performance] without numba as it's 100+MB and not needed)
"pandas[excel]>=2.0.3, <3",
# upper bounding at 2.2 as df.to_sql changes sqlalchemy type compatibility
"pandas[excel]>=2.0.3, <2.2",
"bottleneck",
# --------------------------
"parsedatetime",
Expand Down
5 changes: 1 addition & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,8 @@ packaging==24.2
# limits
# marshmallow
# marshmallow-sqlalchemy
# python-calamine
# shillelagh
pandas==2.2.3
pandas==2.1.4
# via apache-superset (pyproject.toml)
paramiko==3.5.0
# via
Expand Down Expand Up @@ -286,8 +285,6 @@ pyopenssl==24.2.1
# via shillelagh
pyparsing==3.2.0
# via apache-superset (pyproject.toml)
python-calamine==0.3.1
# via pandas
python-dateutil==2.9.0.post0
# via
# apache-superset (pyproject.toml)
Expand Down
7 changes: 1 addition & 6 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -492,10 +492,9 @@ packaging==24.2
# marshmallow-sqlalchemy
# matplotlib
# pytest
# python-calamine
# shillelagh
# sqlalchemy-bigquery
pandas==2.2.3
pandas==2.1.4
# via
# -c requirements/base.txt
# apache-superset
Expand Down Expand Up @@ -633,10 +632,6 @@ pytest-cov==6.0.0
# via apache-superset
pytest-mock==3.10.0
# via apache-superset
python-calamine==0.3.1
# via
# -c requirements/base.txt
# pandas
python-dateutil==2.9.0.post0
# via
# -c requirements/base.txt
Expand Down

0 comments on commit d3654cb

Please sign in to comment.