I've been fighting for too long trying to install tensorflow-macos and tensorflow-addons on a MacM1 (inside specific conda environments), without success. Thus, I am trying to figure out which libraries are clashing. I realised that tensorflow-macos 2.6 requires numpy 1.19.2, but when I try to install pandas (which I also need) numpy gets updated to 1.21. My questions are:
- how can I find a pandas version compatible with numpy 1.19.2
- how should I install it? pip/conda?