Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency NX 0.7 #4

Closed
ndrean opened this issue Apr 9, 2024 · 3 comments
Closed

Update dependency NX 0.7 #4

ndrean opened this issue Apr 9, 2024 · 3 comments

Comments

@ndrean
Copy link
Contributor

ndrean commented Apr 9, 2024

No description provided.

@mickel8
Copy link
Member

mickel8 commented Apr 9, 2024

Hi @ndrean, would you like to submit a PR?

@ndrean
Copy link
Contributor Author

ndrean commented Jun 28, 2024

@mickel8

I have in my Mix:

{:xav, "~> 0.3.0"},
{:nx, "~> 0.7"},
{:bumblebee, "~>0.5"},

I start a fresh mix deps.get (and erased mix.lock, /deps, /_build ...), but I have a depency resolution pb... 🤯

Because xav >= 0.2.0 depends on nx ~> 0.6.0 and your app depends on nx ~> 0.7, xav >= 0.2.0 is forbidden.
So, because your app depends on xav ~> 0.3.0, version solving failed.

Another quick note: the file "ffmpeg-version" contains "5.0.1". In your Mix, in download_ffmpeg/2, you read it, and in your github workflow "build_ffmpeg.yml". I don't know if you expect 7 or 5 is ok.

@mickel8
Copy link
Member

mickel8 commented Jun 28, 2024

You have to lock xav to master, I haven't released your PR yet. ffmpeg-version is not actually used :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants