diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for srtree
 
+## 3.0.0.1
+
+- Fixed some wrong bounds 
+
 ## 3.0.0.0
 
 - **BREAKING**: Removed the Accelerate AD backend (`Algorithm.SRTree.AD.Accelerate`).
diff --git a/srtree.cabal b/srtree.cabal
--- a/srtree.cabal
+++ b/srtree.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:               srtree
-version:            3.0.0.0
+version:            3.0.0.1
 synopsis:           A general library to work with Symbolic Regression expression trees.
 description:        A Symbolic Regression Tree data structure to work with mathematical expressions with support to first order derivative and simplification;
 license:            BSD3
@@ -184,7 +184,7 @@
         , ieee754 >=0.8 && <0.9
         , lens >=5.0 && <6
         , mtl >=2.2 && <2.4
-        , optparse-applicative >=0.16 && <0.19
+        , optparse-applicative >=0.16 && <0.20
         ,           parallel >=3.2 && <3.4
         , primitive >=0.8 && <0.10
         , random >=1.2 && <1.4
@@ -208,7 +208,6 @@
     ghc-options: -threaded -rtsopts -with-rtsopts=-N
     build-depends:
           HUnit >=1.6 && <1.7
-        , ad >=5.0 && <6
         , async >=2.2 && <2.3
         , attoparsec >=0.14.4 && <0.15
         , attoparsec-expr >=0.1.1.2 && <0.2
