materialsvirtuallab / matgl

Graph deep learning library for materials
BSD 3-Clause "New" or "Revised" License
270 stars 61 forks source link

matgl 1.1.3 not on PyPI #299

Closed Andrew-S-Rosen closed 2 months ago

Andrew-S-Rosen commented 2 months ago

Email (Optional)

No response

Version

1.1.3

Which OS(es) are you using?

What happened?

Just a head's up --- I don't think 1.1.3 made its way to PyPI. Looks like the version wasn't updated from 1.1.2: https://github.com/materialsvirtuallab/matgl/actions/runs/10274697423/job/28432323099, which can be seen in main:

https://github.com/materialsvirtuallab/matgl/blob/f3afb34ef786a218e7a3551afc88ff57618888fa/pyproject.toml#L60

Code snippet

No response

Log output

No response

Code of Conduct

kenko911 commented 2 months ago

Hi @Andrew-S-Rosen, sorry for the late reply. Thank you very much for your reminder and I have fixed it. Could you please check if it works now? Thanks a lot! :)

Andrew-S-Rosen commented 2 months ago

All good now! Thanks! Closing this issue.

Andrew-S-Rosen commented 2 months ago

@kenko911: Actually, I am getting a graphbolt issue: https://github.com/Quantum-Accelerators/quacc/actions/runs/10285492623/job/28463890868?pr=2393#step:5:441. I think it's because dgl doesn't yet support torch 2.4.x.

I opened an issue here: https://github.com/dmlc/dgl/issues/7668.