diff --git a/haskell-ffprobe.cabal b/haskell-ffprobe.cabal
--- a/haskell-ffprobe.cabal
+++ b/haskell-ffprobe.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           haskell-ffprobe
-version:        0.1.0.2
+version:        0.1.0.3
 synopsis:       Haskell bindings for ffprobe
 description:    Use ffprobe data in Haskell. Checkout the README on GitHub for an example.
 category:       Bindings
@@ -53,7 +53,7 @@
     , base >=4.7 && <5
     , bytestring >=0.11.5 && <=0.12.2.0
     , process >=1.6.18 && <1.7
-    , scientific >=0.3.7 && <=0.3.8.0
+    , scientific >=0.3.7 && <0.3.9.0
     , text >=2.0.2 && <2.2
   default-language: Haskell2010
 
