Skip to content

Commit

Permalink
fix nim version on nimble file to follow stable release (hopefully it…
Browse files Browse the repository at this point in the history
…s fine)
  • Loading branch information
sinkingsugar committed Jan 11, 2019
1 parent 50fcdd0 commit 8814740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.2.2"
version = "0.2.3"
author = "Giovanni Petrantoni"
description = "A nim flavor of pytorch"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ skipFiles = @[".gitlab-ci.yml", ".travis.yml"]

# Deps

requires "nim >= 0.19.9"
requires "nim >= 0.19.2"
requires "fragments >= 0.1.25"

task test, "Run cpu tests":
Expand Down

0 comments on commit 8814740

Please sign in to comment.