Skip to content

Commit

Permalink
Update mix.exs (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
msluszniak authored Jun 18, 2024
1 parent accb6b7 commit fbe2089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To use Scholar inside code notebooks, run:

```elixir
Mix.install([
{:scholar, "~> 0.2.1"},
{:scholar, "~> 0.3.0"},
{:exla, ">= 0.0.0"}
])

Expand Down
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ defmodule Scholar.MixProject do
"notebooks/k_means.livemd",
"notebooks/k_nearest_neighbors.livemd",
"notebooks/linear_regression.livemd",
"notebooks/manifold_learning.livemd",
"notebooks/mds.livemd",
"notebooks/nearest_neighbors.livemd"
],
Expand Down

0 comments on commit fbe2089

Please sign in to comment.