I committed/pushed a minor change but my pipeline is failing - seems to be a prophet install issue, specifically
ModuleNotFoundError: No module named 'numpy'
....
Running setup.py install for fbprophet did not run successfully.
It ran fine earlier and also when I run the python tox command locally but fails in gitlab CI. I have tried doing pip install numpy before the tox command but it did not make a difference. Any idea what could be causing this?