I'm trying to install NeuralProphet via Anaconda Prompt (Acnadconda3), however I'm getting the following errors:
ERROR: Could not find a version that satisfies the requirement torch<1.7.0,>=1.4.0 (from neuralprophet) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2, 1.7.0, 1.7.1, 1.8.0, 1.8.1)
ERROR: No matching distribution found for torch<1.7.0,>=1.4.0 (from neuralprophet)
I've checked my version of python (as below) from what I can see it's running 64bit - so I don't think this is the issue? Any help would be greately apprecaited!
Python 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32```