Skip to content

Commit

Permalink
update and fix Project.toml (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Nov 23, 2023
1 parent c779d42 commit 37fa195
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,38 @@ DimensionalDataMakie = "Makie"

[compat]
Adapt = "2, 3.0"
Aqua = "0.8"
ArrayInterface = "7"
BenchmarkTools = "1"
CairoMakie = "0.10"
ConstructionBase = "1"
Combinatorics = "1"
CoordinateTransformations = "0.6"
DataFrames = "1"
Dates = "1"
Distributions = "0.25"
Documenter = "1"
Extents = "0.1"
ImageFiltering = "0.7"
ImageTransformations = "0.10"
IntervalSets = "0.5, 0.6, 0.7"
InvertedIndices = "1"
IteratorInterfaceExtensions = "1"
LinearAlgebra = "1"
Makie = "0.19"
OffsetArrays = "1"
PrecompileTools = "1"
Plots = "1"
Random = "1"
RecipesBase = "0.7, 0.8, 1"
SafeTestsets = "0.1"
SparseArrays = "1"
StatsPlots = "0.15"
Statistics = "1"
TableTraits = "1"
Tables = "1"
Test = "1"
Unitful = "1"
julia = "1.6"

[extras]
Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if VERSION >= v"1.9.0"
Aqua.test_project_extras(DimensionalData)
Aqua.test_stale_deps(DimensionalData)
Aqua.test_deps_compat(DimensionalData)
Aqua.test_project_toml_formatting(DimensionalData)
Aqua.test_project_extras(DimensionalData)
Aqua.test_stale_deps(DimensionalData)
end
Expand Down

0 comments on commit 37fa195

Please sign in to comment.