Skip to content

Commit

Permalink
compat for NamedDims@1
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Zgubic committed Nov 3, 2022
1 parent ee13296 commit 63d2eb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FeatureTransforms"
uuid = "8fd68953-04b8-4117-ac19-158bf6de9782"
authors = ["Invenia Technical Computing Corporation"]
version = "0.4.0"
version = "0.4.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -12,10 +12,10 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
AxisArrays = "0.4"
AxisKeys = "0.1"
AxisKeys = "0.1, 0.2"
DataFrames = "0.22, 1"
Documenter = "0.26"
NamedDims = "0.2.32"
NamedDims = "0.2.32, 0.3, 1"
Tables = "1.3"
julia = "1.6"

Expand Down

0 comments on commit 63d2eb7

Please sign in to comment.