Skip to content

loosen pandas version and allow for pandas v2#175

Merged
nirmit-damania-dyno merged 3 commits intodynotx:mainfrom
ndamania00:unpin-pandas
Dec 22, 2025
Merged

loosen pandas version and allow for pandas v2#175
nirmit-damania-dyno merged 3 commits intodynotx:mainfrom
ndamania00:unpin-pandas

Conversation

@ndamania00
Copy link
Copy Markdown
Contributor

@ndamania00 ndamania00 commented Dec 22, 2025

Loosens pandas version to allow for pandas v2.

Pandas is only via for pd.read_sql, in validation output and accessing benchling entities from the liminal models. ex: TestModel.df(session).

Because this is the only use, liminal is compatible with pandas v1 and v2. I've only loosened the versions and chosen not to upgrade pandas within liminal to maintain maximum compatibility with repos that may still be on pandas v1.

However, note that any additional use of pandas within liminal must be compatible with v1 & v2.

@nirmit-damania-dyno nirmit-damania-dyno added type:dependency Dependency upgrade/addition/removal semver:patch A backwards compatible bug fix (patch version bump) labels Dec 22, 2025
@nirmit-damania-dyno nirmit-damania-dyno merged commit 403b467 into dynotx:main Dec 22, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver:patch A backwards compatible bug fix (patch version bump) type:dependency Dependency upgrade/addition/removal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants