neuralforecast
                                
                                 neuralforecast copied to clipboard
                                
                                    neuralforecast copied to clipboard
                            
                            
                            
                        could not install with conda
Describe the bug I could not install neuralforecast in a new conda environment
To Reproduce
conda create -n nixtla -c conda-forge python=3.8 # or 3.9 or 3.10
conda activate nixtla
conda install -c conda-forge -n nixtla neuralforecast
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:
  - feature:/osx-arm64::__osx==13.1=0
  - feature:|@/osx-arm64::__osx==13.1=0
  - neuralforecast=1.0.0 -> pytorch[version='>=1.4'] -> __osx[version='>=11.0']
Your installed version is: 13.1
Desktop (please complete the following information):
- OS: macOS 13.1
- CPU: M1
Having the same issue as above
Same issue for me!