loosen pandas version and allow for pandas v2#175
Merged
nirmit-damania-dyno merged 3 commits intodynotx:mainfrom Dec 22, 2025
Merged
loosen pandas version and allow for pandas v2#175nirmit-damania-dyno merged 3 commits intodynotx:mainfrom
nirmit-damania-dyno merged 3 commits intodynotx:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.