sgd 0.3.5 → 0.3.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~binary
Dependency ranges changed: binary
Files
- sgd.cabal +2/−2
sgd.cabal view
@@ -1,5 +1,5 @@ name: sgd-version: 0.3.5+version: 0.3.6 synopsis: Stochastic gradient descent description: Implementation of a Stochastic Gradient Descent optimization method.@@ -32,7 +32,7 @@ , logfloat >= 0.12 && < 0.13 , monad-par >= 0.3.4 && < 0.4 , deepseq >= 1.3 && < 1.4- , binary >= 0.5 && < 0.6+ , binary >= 0.5 && < 0.8 , bytestring >= 0.9 && < 0.11 , mtl >= 2.0 && < 2.2 , filepath >= 1.3 && < 1.4