removing all numbers from file

I have one me.txt file like

aaa 765 gfre 534 jhk 321
cvvb 98 hftg 2 bdg2 hfuk 65

etc..

now I want to remove all numbers form that file using shell script and out put will be printed in me1.txt
output:
aaa gfre jhk
cvvb hftg bdg hfuk

please help me.

Post deleted, sorry, it seems like classroom/homework problem ...

it will work.