Regression with lower limit

Hi, I’m new to Pytorch and deep learning.
I want to train a neural network on a regression problem where the data has a lower limit of 5 but no upper limit.
I was wondering if there is a way to constrain the NN accordingly.
I’d appreciate any advice!
Thanks