-
Notifications
You must be signed in to change notification settings - Fork 45
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
Cannot install package: resolution impossible because optax has new version #613
Comments
IamJeffG
added a commit
to IamJeffG/scenic
that referenced
this issue
Feb 6, 2024
IamJeffG
added a commit
to IamJeffG/scenic
that referenced
this issue
Feb 6, 2024
IamJeffG
added a commit
to ConservationMetrics/perch
that referenced
this issue
Feb 7, 2024
IamJeffG
added a commit
to ConservationMetrics/perch
that referenced
this issue
Feb 12, 2024
BTW, I believe this is fixed by a recent commit: |
Confirmed fixed, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I came in this morning and can no longer install the perch package. I tracked it down to this commit in a transitive dependency: google-deepmind/optax@beae523
In short:
scenic doesn't have tagged releases that perch can specify, so a resolution to this issue is probably going to have to require the scenic authors to constrain their own dependency on optax (unlikely?) or say perch itself can accept optax 0.2.*.
The text was updated successfully, but these errors were encountered: