I have the same dependency conflict. Temporary solution is to use older version of drivers that don’t have this issue.
How to install older version:
- Check what is available:
dnf list kmod-nvidia --showduplicates
- Install specific version:
dnf install kmod-nvidia-<version_including_architechture>
I also had a post about this, but never actually got to creating an issue on github: