Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
dpuyosa committed Jul 16, 2021
1 parent 44fe3bc commit 94a04d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Expand Up @@ -12,10 +12,10 @@ license = "MIT/Apache-2.0"
readme = "README.md"

[dependencies]
tch = "~0.4.1"
tch = "0.5.0"

[dev-dependencies]
numpy = "0.11.0"
ndarray = "0.13.1"
pyo3 = "0.11.1"
serial_test = "0.4"
numpy = "0.14.1"
ndarray = "0.15.3"
pyo3 = "0.14.1"
serial_test = "0.5.1"

0 comments on commit 94a04d1

Please sign in to comment.