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

Narrow down Python version in FDS TF e2e test #2797

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

adam-narozniak
Copy link
Member

Issue

The python version in pyproject.toml was specified as python = "^3.8" which disables the successful versions resolution.

Description

A few new PRs fail due to that reason.

Proposal

Change to python = ">=3.8,<3.11" which is used in many examples to successfully find the proper dependency versions.

@tanertopal tanertopal merged commit 9dd5298 into main Jan 16, 2024
30 checks passed
@tanertopal tanertopal deleted the fix-failing-fds-tensorflow-e2e branch January 16, 2024 13:03
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