Open ajkessel opened 1 week ago
Yeah, I agree it's not ideal. I've started adding some conditional handling for the code that needed this in https://github.com/idiap/coqui-ai-Trainer/pull/11, after which I can do the same in this repo (#113) and go back down to 2.1
Describe the bug
torch stopped building for Intel Macs after 2.2.2. coqui-tts main branch still installs because it only requires torch>=2.1, but on dev you are requiring torch>=2.4, and thus it cannot be installed even on a relatively recent Mac (e.g. iMac (Retina 5K, 27-inch, 2020)). Do you need the >=2.4 requirement or could it be loosened?
To Reproduce
Attempt to install from dev
Expected behavior
No response
Logs
No response
Environment
Additional context
No response