-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edgetest bump versions #312
Conversation
5b19f9d
to
73bfde7
Compare
I don't want to approve my own changes so @gladysteh99 ? |
pyproject.toml
Outdated
@@ -6,7 +6,7 @@ authors = [ | |||
{ name="Faisal Dosani", email="[email protected]" }, | |||
] | |||
license = {text = "Apache Software License"} | |||
dependencies = ["boto3<=1.35.53,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.2.3,>=1.5.0", "numpy<=2.0.2,>=1.22.0", "polars>=0.20.0", "pyarrow>=10.0.1"] | |||
dependencies = ["boto3<=1.35.63,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.2.3,>=0.25.2", "numpy<=2.1.3,>=1.22.0", "polars>=0.20.0", "pyarrow>=10.0.1"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pyarrow backed datatype is only supported from pandas 1.5.0 onwards, I think the tests pass bc high versions of pandas (>2.0) are compiled when reinstalling. Are we comfortable with bumping the lower pin to 1.5.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I'm comfortable with that. Even 1.5 is very old.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Updating
pyproject.toml
andrequirements.txt