cuda error on iMac with GTX 675MX

Hello - I get “error code CUDA driver version is insufficient for CUDA runtime version” on trying to run any of the sample applications like deviceQuery.
Mac OS 10.10.5
CUDA Driver 7.0.29
GPU Driver 10.5.2 (346.02.03f01)

Does Cuda work with GTX 675MX cards at all?
Wondering if I need to try CUDA 3 – saw somewhere that this card is compatible with Cuda 3?

Thanks, for any help.

what is the output of:

nvcc --version

?

nvcc --version gives

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2015 NVIDIA Corporation
Built on Mon_Feb_16_23:23:36_CST_2015
Cuda compilation tools, release 7.0, V7.0.27

Thanks.