Closed nihalnayak closed 4 months ago
See https://github.com/nd-ball/py-irt/pull/76 for the fix that implements the same as this PR. Thanks!
@jplalor Thanks for the fix. This PR is slightly different from #76. Is there any reason why the torch version is torch==2.2.0
instead of torch==^2.2.0
?
You're right. Can you resolve the merge conflicts on your branch and push, then I can merge to the master?
I've resolved the merge conflicts. Let me know if this is okay.
Thanks!
Updated the torch version in
pyproject.toml
. This should make the package compatible with more recent packages.