Skip to content

Commit

Permalink
Update support dependencies
Browse files Browse the repository at this point in the history
The support dependencies need to match the torch dependencies in order
for integration tests to run.
  • Loading branch information
noahduncan authored and cpjolicoeur committed Apr 12, 2024
1 parent 4339097 commit 734cef0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 29 deletions.
7 changes: 4 additions & 3 deletions test/support/apps/phx1_7/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ defmodule Phx17.MixProject do
{:phoenix_ecto, "~> 4.4"},
{:ecto_sql, "~> 3.6"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 3.3"},
{:phoenix_html, "~> 4.1"},
{:phoenix_html_helpers, "~> 1.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.18.16"},
{:phoenix_live_view, "~> 0.20"},
{:heroicons, "~> 0.5"},
{:floki, ">= 0.30.0", only: :test},
{:phoenix_live_dashboard, "~> 0.7.2"},
{:phoenix_live_dashboard, "~> 0.8.3"},
{:esbuild, "~> 0.5", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.1.8", runtime: Mix.env() == :dev},
{:swoosh, "~> 1.3"},
Expand Down
Loading

0 comments on commit 734cef0

Please sign in to comment.