diff --git a/dataframe-operations.cabal b/dataframe-operations.cabal
--- a/dataframe-operations.cabal
+++ b/dataframe-operations.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               dataframe-operations
-version:            1.1.0.1
+version:            1.1.0.2
 
 synopsis:           Column operations, expression DSL, and statistics for the dataframe ecosystem.
 description:
@@ -51,7 +51,7 @@
                         DataFrame.Typed.Operations
     build-depends:      base >= 4 && < 5,
                         containers >= 0.6.7 && < 0.9,
-                        dataframe-core ^>= 1.0,
+                        dataframe-core >= 1.0.2 && < 1.1,
                         dataframe-parsing ^>= 1.0,
                         random >= 1.2 && < 2,
                         regex-tdfa >= 1.3.0 && < 2,
