Closed
Description
Attempting to install torch in a new phoenix project fails with this error:
Resolving Hex dependencies...
Failed to use "phoenix" (version 1.6.2) because
phoenix_live_reload (version 1.3.3) requires ~> 1.4
phoenix_live_view (version 0.16.4) requires ~> 1.5.9 or ~> 1.6.0
torch (version 3.6.3) requires >= 1.3.0 and < 1.6.0
mix.lock specifies 1.6.2
** (Mix) Hex dependency resolution failed, change the version requirements of your dependencies or unlock them (by using mix deps.update or mix deps.unlock). If you are unable to resolve the conflicts you can try overriding with {:dependency, "~> 1.0", override: true}