Skip to content

Commit

Permalink
Merge branch 'dependabot/cargo/native/candlex/rustler-0.30.0' into de…
Browse files Browse the repository at this point in the history
…pendabot/hex/rustler-0.30.0
  • Loading branch information
grzuy committed Oct 25, 2023
2 parents b9ac45a + 01f1918 commit 247ccb8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ by adding `candlex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:candlex, "~> 0.1.0"}
{:candlex, "~> 0.1.1"}
]
end
```
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Candlex.MixProject do

@description "An Nx backend for candle machine learning minimalist framework"
@source_url "https://github.com/mimiquate/candlex"
@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down Expand Up @@ -50,6 +50,7 @@ defmodule Candlex.MixProject do

defp package do
[
files: ["lib", "native", "priv", ".formatter.exs", "mix.exs", "README.md", "LICENSE"],
licenses: ["Apache-2.0"],
links: %{
"GitHub" => @source_url
Expand Down
20 changes: 10 additions & 10 deletions native/candlex/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions native/candlex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ crate-type = ["cdylib"]
[dependencies]
candle-core = { git = "https://github.com/huggingface/candle" }
half = "2.3.1"
num-traits = "0.2.16"
rustler = "0.29.1"
num-traits = "0.2.17"
rustler = "0.30.0"
statrs = "0.16.0"
thiserror = "1.0.47"
thiserror = "1.0.50"

[build-dependencies]
anyhow = "1.0.75"
Expand Down

0 comments on commit 247ccb8

Please sign in to comment.