I need to install dgl==0.4.3 on my MacOS Monterey because this code GitHub - EnyanDai/FairGNN: A PyTorch implementation of "Say No to the Discrimination: Learning Fair Graph Neural Networks with Limited Sensitive Attribute Information" (WSDM 2021) is dependent on this version. However, I can only install certain versions of dgl and not this specific version (0.4.3).
This is error I get ERROR: Could not find a version that satisfies the requirement dgl==0.4.3 (from versions: 0.6.0, 0.6.0.post1, 0.6.1, 0.9.0, 0.9.1, 1.0.0, 1.0.1, 1.1.0, 1.1.1) ERROR: No matching distribution found for dgl==0.4.3
Does anyone know anyway to go about this?
My version of pip is 23.2.1 and python version is 3.9.7