Skip to content

Commit 22a0d31

Browse files
authored
Update Project.toml
fix compats to not have infinite breaking changes allowed.
1 parent 7bdbee7 commit 22a0d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ FLOWMath = "0.4, 1"
3838
FastGaussQuadrature = "1"
3939
FiniteDiff = "2"
4040
FixedPoint = "1"
41-
ForwardDiff = "0.10 - 1"
41+
ForwardDiff = "0.10, 1"
4242
ImplicitAD = "0.3, 1"
4343
LaTeXStrings = "1"
4444
LineSearches = "7"
@@ -55,6 +55,6 @@ SIAMFANLEquations = "1"
5555
SimpleNonlinearSolve = "1 - 3"
5656
SpecialFunctions = "2"
5757
SpeedMapping = "0.3, 0.4"
58-
StaticArrays = "0.8 - 2"
58+
StaticArrays = "0.8 - 0.12, 1 - 2"
5959
Statistics = "1"
6060
julia = "1.10"

0 commit comments

Comments
 (0)