Skip to content

Commit

Permalink
Update compat bounds so lowest is actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Nov 11, 2024
1 parent de8ce89 commit 23e66c7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ PsychometricsBazaarBase = "b0d9cada-d963-45e9-a4c6-4746243987f1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
AlgebraOfGraphics = "0.6.12"
AlgebraOfGraphics = "^0.7, ^0.8"
Aqua = "^0.8.2"
ComputerAdaptiveTesting = "^0.2.1, ^0.3"
DataFrames = "1.4.1"
Distributions = "0.25.76"
ComputerAdaptiveTesting = "^0.3.1"
DataFrames = "1.6.1"
Distributions = "^0.25.88"
DocStringExtensions = "^0.9"
FillArrays = "1"
FittedItemBanks = "^0.3.0, ^0.4.0, ^0.5.0, ^0.6.0"
JET = "^0.7, ^0.8, ^0.9"
FillArrays = "^1.5.0"
FittedItemBanks = "^0.6.3"
JET = "^0.9.12"
JuliaFormatter = "1.0.59"
Makie = "^0.18.0, ^0.19.0, ^0.20.0, ^0.21.0, ^0.22.0"
Makie = "^0.21.3, ^0.22.0"
PrecompileTools = "^1"
PsychometricsBazaarBase = "^0.6, ^0.7, ^0.8"
PsychometricsBazaarBase = "^0.8"
Random = "^1.10"
XUnit = "^1.1.6"
julia = "^1.10"
Expand Down

0 comments on commit 23e66c7

Please sign in to comment.