Skip to content

Commit

Permalink
Bound NonlinearSolve.jl test compat
Browse files Browse the repository at this point in the history
Caused blow up in compilation time SciML/NonlinearSolve.jl#223
  • Loading branch information
simonbyrne committed Oct 2, 2023
1 parent 28cc4a7 commit 54a39da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Expand All @@ -36,3 +37,4 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
HDF5_jll = "~1.12"
NonlinearSolve = "1" # https://github.com/SciML/NonlinearSolve.jl/issues/223

0 comments on commit 54a39da

Please sign in to comment.