Skip to content

Commit

Permalink
Update arraymancer dependencies
Browse files Browse the repository at this point in the history
The dependency with nim was very out of date (which caused problems with nimble and nim's language server). I'm also taking the chance to make small bumps to some of the other dependencies.
  • Loading branch information
AngelEzquerra committed Aug 24, 2024
1 parent 58abfd1 commit 93a358d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arraymancer.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description = "A n-dimensional tensor (ndarray) library"
license = "Apache License 2.0"

### Dependencies
requires "nim >= 1.0.0",
"nimblas >= 0.3.0",
"nimlapack >= 0.3.0",
"nimcuda >= 0.1.4",
requires "nim >= 1.6.0",
"nimblas >= 0.3.1",
"nimlapack >= 0.3.1",
"nimcuda >= 0.1.9",
"nimcl >= 0.1.3",
"clblast >= 0.0.2",
"stb_image",
Expand Down

0 comments on commit 93a358d

Please sign in to comment.