Mobile app requires user to pick a number (min: 10, max: 30, increment: 0.25). Should I use an input field, picker, or something else?

One of the requirements for my application is that the user has to pick one number between the ranges and in the increment stated above. If I did a mobile options picker, there'd be 80 options. Do you guys have any advice on how to best approach this?