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

Fix lightning and torch._dynamo #5984

Merged
merged 7 commits into from
Jan 15, 2025
Merged

Conversation

seeM
Copy link
Contributor

@seeM seeM commented Jan 14, 2025

Addresses #5879. I confirmed that the test fails before pinning typing-extensions.

I haven't dug further into why this happens or how to fix it at the level of typing-extensions. We may need to do that in future if we encounter this again.

Note that this PR also updated a few other vendored packages. The pygments update required a tiny change to one of our Help-related tests.

Release Notes

New Features

  • N/A

Bug Fixes

QA Notes

Try to import lightning in a Python console. Note that you will have to rerun npm install in the positron-python extension to install the new vendored package versions.

Copy link

github-actions bot commented Jan 14, 2025

E2E Tests 🚀
This PR will run tests tagged with: @:critical

readme  valid tags

@@ -8,6 +8,7 @@ hvplot==0.8.0 ; python_version < '3.9'
ibis-framework[duckdb]==9.5.0; python_version >= '3.10'
ipykernel==6.29.5
ipywidgets==8.1.5
lightning==2.5.0.post0
Copy link
Contributor

@isabelizimm isabelizimm Jan 14, 2025

Choose a reason for hiding this comment

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

we do some tests on Python 3.8 still, and it looks like the last version where lightning supported 3.8 is 2.3.2. I'd like to keep some 3.8 tests, but I think it's okay to have them just be the nightly ones.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah good point. I've updated to support Python 3.8

austin3dickey
austin3dickey previously approved these changes Jan 14, 2025
@seeM seeM merged commit b574590 into main Jan 15, 2025
27 checks passed
@seeM seeM deleted the 5879-fix-lightning-and-torch-dynamo branch January 15, 2025 08:02
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants