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

Upgrade to tensorflow 2.13 #407

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Upgrade to tensorflow 2.13 #407

merged 2 commits into from
Mar 27, 2024

Conversation

javiber
Copy link
Collaborator

@javiber javiber commented Mar 25, 2024

Version 2.12 fails on arm-based macOS.

Changed tool.poetry.dependencies so that it still accepts 2.12 as well as any newer version (before 3.0). This makes our package more forgiving when our users try to install it with different versions of tensorflow.

Notice that accepting 2.12 in these dependencies is not a problem because pip will solve correctly for a version that's compatible with the user's environment.

On tool.poetry.group.dev.dependencies I had to be more strict because when poetry locks the dependencies, it'd choose 2.12 (even on an arm environment where the package will fail)

Closes #387

Copy link

Coverage report

Main: 91.57% | PR: 91.57% | Diff: 0.00 ✅

pyproject.toml Outdated Show resolved Hide resolved
@javiber javiber merged commit 1d156f2 into main Mar 27, 2024
23 of 25 checks passed
@javiber javiber deleted the upgrade-tf-for-arm-macos branch March 27, 2024 18:43
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.

Not able to test temporian on Mac OS M2 chip
2 participants