tiwarylab / GrASP

Graph Attention Site Prediction (GrASP): Identifying Druggable Binding Sites Using Graph Neural Networks with Attention
MIT License
49 stars 5 forks source link

macOS compatibility #6

Open JavierSanchez-Utges opened 8 months ago

JavierSanchez-Utges commented 8 months ago

Is GrASP compatible with macOS? I think it might not be as certain dependencies, most of them CUDA-related seem not to be compatible with this OS.

zwsmith200 commented 8 months ago

This is likely related to the pytorch install. We can add a version without CUDA as part of #7 .

JavierSanchez-Utges commented 8 months ago

Yes, I believe all the libraries without macOS support are NVIDIA CUDA ones. CUDA-less version sounds great! Thanks!