PerkLab / MCSTrack

Multi-camera spatial tracking
MIT License
0 stars 4 forks source link

FIX: specify numpy install version for OpenCV compatibility #51

Closed keiranbarr closed 4 months ago

keiranbarr commented 4 months ago

Numpy 2.0 was released last week, which is incompatible with the required version of OpenCV--read more here. Added manual specification of numpy version to requirements to fix the problem.

vaughantnrc commented 4 months ago

Thanks Keiran. We'll probably need to revisit the dependencies in general and do thorough testing before a full release.