sgd 0.3.6 → 0.3.7
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mtl
Dependency ranges changed: mtl
Files
- sgd.cabal +2/−2
sgd.cabal view
@@ -1,5 +1,5 @@ name: sgd-version: 0.3.6+version: 0.3.7 synopsis: Stochastic gradient descent description: Implementation of a Stochastic Gradient Descent optimization method.@@ -34,7 +34,7 @@ , deepseq >= 1.3 && < 1.4 , binary >= 0.5 && < 0.8 , bytestring >= 0.9 && < 0.11- , mtl >= 2.0 && < 2.2+ , mtl >= 2.0 && < 2.3 , filepath >= 1.3 && < 1.4 , temporary >= 1.1 && < 1.2 , lazy-io >= 0.1 && < 0.2