dataframe-hasktorch 0.4.0.0 → 0.4.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~dataframe-coredep ~dataframe-operationsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dataframe-core, dataframe-operations
API changes (from Hackage documentation)
Files
dataframe-hasktorch.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: dataframe-hasktorch-version: 0.4.0.0+version: 0.4.0.1 synopsis: Converts between dataframes and hasktorch tensors description: @@ -37,8 +37,8 @@ build-depends: base >= 4.11 && < 5, vector >= 0.13 && < 0.15,- dataframe-core ^>= 2.1,- dataframe-operations ^>= 2.1,+ dataframe-core ^>= 2.2,+ dataframe-operations ^>= 2.2, hasktorch >= 0.2.1.6 && < 0.3 hs-source-dirs: src