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

Chore: Loosen version requirements to match Colab defaults #97

Merged
merged 5 commits into from
Mar 5, 2024

Conversation

aaronsteers
Copy link
Contributor

@aaronsteers aaronsteers commented Mar 5, 2024

Resolves: #35

In the latest version, complains about version conflicts and asks users to reload the Notebook.

This PR aims to widen supported versions for google.auth and pandas, to avoid conflicts with the default Colab environment.

@aaronsteers aaronsteers changed the title chore: loosen version requirements to match Colab defaults Chore: Loosen version requirements to match Colab defaults Mar 5, 2024
@aaronsteers
Copy link
Contributor Author

aaronsteers commented Mar 5, 2024

This is ready for review.

Test successfully with this notebook:

https://colab.research.google.com/drive/1pBT1RVf16psMRY3zzSSDr3H_GsyDNR6r#scrollTo=TEzG3kXznVtz

Before this change, we get many conflict errors and Colab prompts us we might need to restart the notebook:

image

After this change, the log is much cleaner:

image

@aaronsteers
Copy link
Contributor Author

This is tested and should be safe. Merging so it can be part of pre-release testing this morning...

@aaronsteers aaronsteers merged commit e1260c4 into main Mar 5, 2024
12 checks passed
@aaronsteers aaronsteers deleted the aj/fix-colab-version-conflicts branch March 5, 2024 17:06
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.

🐛 Bug (non-blocking): Colab prints annoying/confusing version conflicts during pip install
1 participant