Skip to content

deps: allow pandas 2 (relax pandas<2 -> <3)#100

Merged
FelixAbrahamsson merged 1 commit into
masterfrom
allow-pandas-2
Jul 7, 2026
Merged

deps: allow pandas 2 (relax pandas<2 -> <3)#100
FelixAbrahamsson merged 1 commit into
masterfrom
allow-pandas-2

Conversation

@FelixAbrahamsson

Copy link
Copy Markdown
Contributor

Relax pandas<2 -> <3 so downstream repos can move to Python 3.12 (pandas<2 lacks 3.12 wheels / needs distutils). Only pandas usage is standard DataFrame/Series ops (split_dataframes, dataset) — no pandas-2-removed APIs. 54 datastream tests pass on Python 3.12 with pandas 2.3.3.

Mirrors the same fix in pytorch-lantern v0.12.15.

🤖 Generated with Claude Code

Unblocks Python 3.12 downstream (pandas<2 lacks 3.12 wheels). 54 datastream
tests pass on 3.12 with pandas 2.3.3; no pandas-2-removed APIs used.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@FelixAbrahamsson FelixAbrahamsson merged commit f8490db into master Jul 7, 2026
2 checks passed
@FelixAbrahamsson FelixAbrahamsson deleted the allow-pandas-2 branch July 7, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant