choderalab / mtenn

Modular Training and Evaluation of Neural Networks
MIT License
5 stars 1 forks source link

VisNet requires PyG-nightly until 2.5.0 release #42

Closed fyng closed 5 months ago

fyng commented 8 months ago

VisNet requires PyG-nightly until 2.5.0 is officially released. In order to support VisNet for PyG-nightly users while maintaining compatibility for users of PyG-stable, MTENN currently 1) attempts to import VisNet while 2) provides flags and error handling if VisNet is not found.

TODO: Remove import guards when PyG 2.5.0 is released.

hmacdope commented 7 months ago

PyG 2.5.0 is out and the conda-forge deployment was just triggered: https://github.com/conda-forge/pytorch_geometric-feedstock, we can probably remove the guards.