Skip to content

Commit

Permalink
remove exla, upgrade nx version
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-imelio committed Jun 1, 2024
1 parent a9c9039 commit 2bfe11c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions notebooks/cv_gradient_boosting_tree.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
```elixir
Mix.install([
{:scholar, "~> 0.2.0"},
{:explorer, "~> 0.6.1"},
{:exla, "~> 0.6.0"},
{:nx, "~> 0.6.0", override: true},
{:exgboost, "~> 0.3"},
{:req, "~> 0.3.9"},
{:kino_vega_lite, "~> 0.1.9"},
{:kino, "~> 0.10.0"},
{:kino_explorer, "~> 0.1.7"}
{:kino_explorer, "~> 0.1.7"},
{:nx, "~> 0.7.2"},
{:explorer, "~> 0.8.2"}
])
```

Expand Down

0 comments on commit 2bfe11c

Please sign in to comment.