ORNL / HydraGNN

Distributed PyTorch implementation of multi-headed graph convolutional neural networks
BSD 3-Clause "New" or "Revised" License
61 stars 27 forks source link

Removed pickle5 requirement from setup.py #248

Closed erdemcaliskan closed 4 months ago

erdemcaliskan commented 4 months ago

pickle5 is replaced with pickle for python > 3.7, thus pickle5 requirement is not needed.

allaffa commented 4 months ago

@jychoi-hpc Is this also ok to merge?