-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Ensure correct version is reported by pip tools for 0.19.1 and older #105
Comments
It is really hard to do these things retroactively.... If you want to help:
I don't promise we will merge, but once you've uploaded a build to your own branch, you should be mostly unblocked to continue your work. |
0.19 at least is not that long ago, so it shouldn't be that hard. I gave it a shot in #106 |
I wasn’t meaning to be hard. Just realistic in expectations of the steps to take to make it happen!!! Thanks for jumping in!!! |
This was fixed in #106. If you need 0.18 or pytorch before 2.3, you'll need to do it yourself though. ;-) If so, you can take the v0.19.x branch and try rebasing it (interactively, deleting irrelevant commits) based on the last commit that still has 0.18 (this is essentially how I created #106; by rebasing main on the last commit for 0.19, plus some fixes that were necessary due to changes in pinnings and ambient libraries). |
Thank you so much @h-vetinari - I was indeed contemplating whether I just want to add a post-patch step to fix up the situation as I have no experience with creating conda packages at all. This makes my life so much easier, thank you again! No problems with 0.18, I'll first check whether I can do the 0.19/torch 2.4.1 switch first. |
Solution to issue cannot be found in the documentation.
Issue
I found this merge request which describes exactly the issue I am facing: #104
I am facing exactly this issue, but am unable to move to pytorch 2.5 at this time (which is required for 0.20.1). We are currently at 2.3, and looking into 2.4. Would it be possible to apply this fix to 0.18.1 and 0.19.1 such that these can be depended upon by pip packages?
Thank you
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: