nd-ball / py-irt

Bayesian IRT models in Python
MIT License
124 stars 44 forks source link

Torch version #75

Closed nihalnayak closed 4 months ago

nihalnayak commented 4 months ago

Updated the torch version in pyproject.toml. This should make the package compatible with more recent packages.

jplalor commented 4 months ago

See https://github.com/nd-ball/py-irt/pull/76 for the fix that implements the same as this PR. Thanks!

nihalnayak commented 4 months ago

@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?

jplalor commented 4 months ago

You're right. Can you resolve the merge conflicts on your branch and push, then I can merge to the master?

nihalnayak commented 4 months ago

I've resolved the merge conflicts. Let me know if this is okay.

jplalor commented 4 months ago

Thanks!