Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lempiji committed Apr 9, 2022
1 parent 6e5f0c1 commit 58079a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
7 changes: 2 additions & 5 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@ name "golem"
description "A simple tensor library for the computational graph on CPU"
authors "lempiji"
license "MIT"

dependency "mir-algorithm" version="~>3.10.83"
dependency "mir-blas" version="~>1.1.13"
dependency "numir" version="~>2.0.6"
dependency "msgpack-d" version="~>1.0.3"

dependency "mir-blas" version="~>1.1.14"
dependency "mir-algorithm" version="~>3.12.27"
configuration "default" {
targetType "library"
}
configuration "unittest" {
dependency "silly" version="~>1.1.1"
targetType "library"
dflags "-checkaction=context"
}
configuration "makedeps" {
targetType "library"
Expand Down
12 changes: 6 additions & 6 deletions dub.selections.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"fileVersion": 1,
"versions": {
"cblas": "2.1.1",
"cblas": "2.3.1",
"lapack": "0.4.1",
"lubeck": "1.3.2",
"mir-algorithm": "3.10.76",
"mir-blas": "1.1.13",
"mir-core": "1.1.75",
"mir-algorithm": "3.12.27",
"mir-blas": "1.1.14",
"mir-core": "1.1.103",
"mir-lapack": "1.2.5",
"mir-linux-kernel": "1.1.0",
"mir-random": "2.2.17",
"mir-linux-kernel": "1.2.1",
"mir-random": "2.2.19",
"msgpack-d": "1.0.3",
"numir": "2.0.6",
"silly": "1.1.1",
Expand Down

0 comments on commit 58079a2

Please sign in to comment.