Skip to content

Commit

Permalink
Add compat to stdlibs in Project.toml (#285)
Browse files Browse the repository at this point in the history
We need the <0.0.1 for compatibility with versions of Julia that do not allow upgradable stdlibs.
  • Loading branch information
odow authored Oct 28, 2023
1 parent 1a5cb7d commit e24ac32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
MathOptInterface = "1.20"
Pkg = "<0.0.1, ^1.6"
Requires = "1"
SCS_GPU_jll = "=3.2.3"
SCS_MKL_jll = "=3.2.2, =3.2.3"
SCS_jll = "=3.2.1, =3.2.3"
SparseArrays = "<0.0.1, ^1.6"
Test = "<0.0.1, ^1.6"
julia = "1.6"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Pkg"]
test = ["Pkg", "Test"]

0 comments on commit e24ac32

Please sign in to comment.