Best practice to package a python project that depends on torch

I was wondering about the best practices regarding packaging.

In a setup.py environment, I can’t even find a good way to add torch to install_requires.

Do you have an example setup.py that I could refer to? Or do you recommend just forgoing pip and only packaging only for conda?