DeepHypergraph
DeepHypergraph copied to clipboard
DHG installation conflict
The DHG requires torch version < 2 but I can't install torch version < 2.0 now
Same issue. In the requirements.txt there is only torch>=1.11.0.
I had the same problem, I cloned the repo, removed the ‘<2’ clause from the pyproject.toml file and I had no more errors.