diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -101,3 +101,5 @@
 0.4.1.2:
 		update for hmatrix 0.17
 
+0.4.1.3:
+		lower vector package bound
diff --git a/hmatrix-gsl-stats.cabal b/hmatrix-gsl-stats.cabal
--- a/hmatrix-gsl-stats.cabal
+++ b/hmatrix-gsl-stats.cabal
@@ -1,5 +1,5 @@
 Name:               hmatrix-gsl-stats
-Version:            0.4.1.2
+Version:            0.4.1.3
 License:            BSD3
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010, 2011, 2013, 2015
@@ -35,7 +35,7 @@
     Default-language:   Haskell2010
 
     Build-Depends:      base >= 4 && < 5, binary,
-                        vector >= 0.11,
+                        vector,
                         storable-complex,
                         hmatrix >= 0.17
 			
