pytorch / functorch

functorch is JAX-like composable function transforms for PyTorch.
https://pytorch.org/functorch/
BSD 3-Clause "New" or "Revised" License
1.38k stars 102 forks source link

Add pytorch 1.13.1 compatibility #1095

Closed scal444 closed 1 year ago

scal444 commented 1 year ago

When torch 1.13.1 is installed on my machine, and I try to pip install a package with functorch as a dependency, the functorch 1.13.0 package is found and requires downloading of torch 1.13.0. Since functorch >= 1.13 is a dummy package, I'd guess all that's needed is updating pypi

zou3519 commented 1 year ago

That's a good point. We'll fix this soon.

zou3519 commented 1 year ago

Should be fixed now

scal444 commented 1 year ago

Thanks for the quick fix!