Hello, I am trying to replicate your work. Although I encountered issues with RTX4090 not supporting versions lower than Python 2.0 and torch geometry being too new when setting up the environment, ...
I maintain a codebase that uses bazel (and rules_python) to manage running and testing a mix of Python and C++. I’d like to migrate to using pyproject.toml to be the source of truth for python deps, ...