Machine Learning in Elixir: Benchee error on LiveBook (page 44)

@seanmor5

See issue Error trying to determine erlang version enoent when running Benchee in Livebook - Livebook Forum - Elixir Programming Language Forum

I was able to fix it by changing the dependency to:
{:benchee, git: "https://github.com/bencheeorg/benchee.git", branch: "main"}

Best,
Emilio