Skip to content

Comments

Update torch and macos version#700

Merged
RasmusOrsoe merged 11 commits intographnet-team:mainfrom
RasmusOrsoe:pyg-version
Apr 29, 2024
Merged

Update torch and macos version#700
RasmusOrsoe merged 11 commits intographnet-team:mainfrom
RasmusOrsoe:pyg-version

Conversation

@RasmusOrsoe
Copy link
Collaborator

@RasmusOrsoe RasmusOrsoe commented Apr 29, 2024

Lately workflows on PR have failed for macos and now recently in #698 for all build workflows, despite no changes are made to the related code.

These errors are caused by two dependency changes:

torch recently moved from 2.2 -> 2.3 and our setup.py currently has torch>2.1. PyG is not compatible with torch==2.3 yet, causing the build errors in #698.

macos-latest recently moved from macos-13 -> macos-14 (ARM) causing the macos errors we've seen recently.

This PR fixes these issues by setting the macos workflow to run on macos-13 and changing our torch versioning to torch>=2.1,<2.3

@RasmusOrsoe RasmusOrsoe changed the title ignore this Update torch and macos version Apr 29, 2024
Copy link
Collaborator

@ArturoLlorente ArturoLlorente left a comment

Choose a reason for hiding this comment

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

look good!

@RasmusOrsoe RasmusOrsoe merged commit 7532bb8 into graphnet-team:main Apr 29, 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.

2 participants