diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,3 +6,7 @@
 -------
 * upgrade version bounds of the 'containers' dependency
 * fixed LaTeX code in README
+
+1.1.0.1
+-------
+* removed the upper bounds
diff --git a/hypergeomatrix.cabal b/hypergeomatrix.cabal
--- a/hypergeomatrix.cabal
+++ b/hypergeomatrix.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               hypergeomatrix
-version:            1.1.0.0
+version:            1.1.0.1
 license:            BSD-3-Clause
 license-file:       LICENSE
 copyright:          2022 Stéphane Laurent
@@ -38,9 +38,9 @@
     ghc-options:      -Wall
     build-depends:
         base >=4.7 && <5,
-        array >=0.5.4.0 && <0.6,
-        containers >=0.6.5.1 && <0.7,
-        cyclotomic >=1.1.1 && <1.2
+        array >=0.5.4.0,
+        containers >=0.6.5.1,
+        cyclotomic >=1.1.1
 
 test-suite unit-tests
     type:             exitcode-stdio-1.0
@@ -50,6 +50,6 @@
     default-language: Haskell2010
     build-depends:
         base >=4.7 && <5,
-        tasty >=1.4.2.3 && <1.5,
-        tasty-hunit >=0.10.0.3 && <0.11,
+        tasty >=1.4.2.3,
+        tasty-hunit >=0.10.0.3,
         hypergeomatrix -any
