Skip to content
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

Merged
merged 4 commits into from
Nov 20, 2024
Merged

edgetest bump versions #312

merged 4 commits into from
Nov 20, 2024

Conversation

fdosani
Copy link
Member

@fdosani fdosani commented Nov 16, 2024

Updating pyproject.toml and requirements.txt

@jdawang
Copy link
Contributor

jdawang commented Nov 19, 2024

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"]
Copy link
Contributor

@gladysteh99 gladysteh99 Nov 20, 2024

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?

Copy link
Contributor

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.

@jdawang jdawang requested a review from gladysteh99 November 20, 2024 18:20
Copy link
Contributor

@gladysteh99 gladysteh99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jdawang jdawang merged commit 902d4a6 into develop Nov 20, 2024
7 checks passed
@jdawang jdawang deleted the edgetest-bump branch November 20, 2024 18:32
@fdosani fdosani mentioned this pull request Dec 17, 2024
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.

3 participants