diff --git a/dataframe-hasktorch.cabal b/dataframe-hasktorch.cabal
--- a/dataframe-hasktorch.cabal
+++ b/dataframe-hasktorch.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               dataframe-hasktorch
-version:            0.2.0.1
+version:            0.2.0.2
 synopsis:           Converts between dataframes and hasktorch tensors
 
 description:        
@@ -37,8 +37,8 @@
 
     build-depends:    base >= 4.11 && < 5,
                       vector ^>= 0.13,
-                      dataframe-core ^>= 1.0,
-                      dataframe-operations ^>= 1.1,
+                      dataframe-core ^>= 1.1,
+                      dataframe-operations ^>= 1.1.1,
                       hasktorch >= 0.2.1.6 && < 0.3
     if impl(ghc >= 9.12)
       build-depends: ghc-typelits-natnormalise == 0.9.3
