Skip to content

Commit

Permalink
docs: update deps in basic-usage notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishiguchi committed Jan 18, 2024
1 parent dd21305 commit 0c290b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebooks/basic_usage.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ bus_address = 0x77

Mix.install(
[
{:circuits_i2c, github: "elixir-circuits/circuits_i2c", branch: "v2.0", override: true},
{:circuits_sim, github: "elixir-circuits/circuits_sim", branch: "main"},
{:kino, "~> 0.9.3"},
{:bmp3xx, "~> 0.1.5"}
{:bmp3xx, "~> 0.1.7"},
{:circuits_i2c, "~> 2.0"},
{:circuits_sim, github: "elixir-circuits/circuits_sim"},
{:kino, "~> 0.12.2"}
],
config: [
circuits_i2c: [default_backend: CircuitsSim.I2C.Backend],
Expand Down

0 comments on commit 0c290b9

Please sign in to comment.