Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 14, 2024
1 parent e68b750 commit 8a9ada0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
17 changes: 9 additions & 8 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ defmodule Bonfire.Umbrella.MixProject do

@maybe_ai if(System.get_env("ENABLE_AI") != "0",
do: [
{:bumblebee, "~> 0.5.0"},
{:nx, "~> 0.7.0"},
{:exla, "~> 0.7.0"},
{:axon, "~> 0.6.1", override: true},
{:bumblebee, "~> 0.6.0"},
{:nx, "~> 0.9.0"},
{:exla, "~> 0.9.1"},
{:axon, "~> 0.7.0", override: true},
{:table_rex, "~> 4.0.0", override: true}
],
else: []
Expand Down Expand Up @@ -244,12 +244,12 @@ defmodule Bonfire.Umbrella.MixProject do
"verbs",
"voodoo",
"entrepot",
"waffle",
# "waffle",
"unfurl",
# "zest",
"iconify",
"faviconic",
"paper_trail"
"faviconic"
# "paper_trail"
],
test_federation: @test_federation,
test_backend: @test_backend,
Expand All @@ -264,7 +264,8 @@ defmodule Bonfire.Umbrella.MixProject do
"bonfire_classify",
"bonfire_geolocate",
"bonfire_quantify",
"bonfire_valueflows"
"bonfire_valueflows",
"article_"
],
api: [
"bonfire_api_graphql",
Expand Down
Loading

0 comments on commit 8a9ada0

Please sign in to comment.