Nikhil Gupta
03/21/2025, 1:35 PMneuralforecast
- Why are we pinning numpy
in the CI pipeline and not in the requirements directly? The same customer as above is having issues installing it on MacOS with python 3.10 due to numpy
.
Not sure if i need to upgrade/change maybe sub packages like torch...can you have a list of packages that i can try to install with pip install -r? On MACMini M4. It seems so strange that I'm having this problem. Oh, i'm using Python 3.9 by the way. It seems that python >= 3.10 gave me problems with dependencies like torch that was not able to find Numpy.