Skip to content

Commit 98b5a6d

Browse files
committed
Bump deps
1 parent 7a4b323 commit 98b5a6d

4 files changed

Lines changed: 14 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- uses: julia-actions/install-juliaup@v2
2525
with:
2626
channel: ${{ matrix.julia-version }}
27-
- name: Cache Julia artifacts
28-
uses: actions/cache@v3
2927
- name: Run tests
3028
shell: julia --project=. --color=yes {0}
3129
run: |
@@ -37,5 +35,5 @@ jobs:
3735
directories: src
3836
- uses: codecov/codecov-action@v5
3937
with:
40-
file: lcov.info
38+
files: lcov.info
4139
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- uses: julia-actions/install-juliaup@v2
2020
with:
2121
channel: ${{ matrix.julia-version }}
22-
- name: Cache Julia artifacts
23-
uses: actions/cache@v3
2422
- name: Instantiate the dependencies
2523
shell: julia --project=docs/ --color=yes {0}
2624
run: |

Project.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@ version = "0.3.1"
44

55
[deps]
66
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
7-
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
87
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
98
ExaPowerIO = "14903efe-9500-4d7f-a589-7ab7e15da6de"
9+
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
1010

1111
[compat]
12-
JSON = "0.21"
13-
ExaModels = "0.9"
12+
CUDA = "6"
13+
ExaModels = "0.11"
1414
ExaPowerIO = "0.3"
15-
MadNLP = "0.8"
16-
MadNLPGPU = "0.7"
17-
CUDA = "5"
18-
julia = "1.11"
15+
JSON = "0.21"
16+
MadNLP = "0.10"
17+
MadNLPGPU = "0.10"
18+
julia = "1.12"
1919

2020
[extras]
2121
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
22+
CUDSS = "45b445bb-4962-46a0-9369-b4df9d0f772e"
2223
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
2324
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
2425
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
@@ -29,4 +30,4 @@ PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"
2930
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3031

3132
[targets]
32-
test = ["Test", "MadNLP", "MadNLPGPU", "KernelAbstractions", "CUDA", "Ipopt", "JuMP", "NLPModelsJuMP", "PowerModels"]
33+
test = ["Test", "MadNLP", "MadNLPGPU", "KernelAbstractions", "CUDA", "CUDSS", "Ipopt", "JuMP", "NLPModelsJuMP", "PowerModels"]

docs/Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
44
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
55
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
6+
CUDSS = "45b445bb-4962-46a0-9369-b4df9d0f772e"
67
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
78
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
89
MadNLPGPU = "d72a61cc-809d-412f-99be-fd81f4b8a598"
910
ExaModelsPower = "2fff4b78-0b6c-428d-bac8-85ccea8c4bdf"
1011

1112
[compat]
12-
CUDA = "5"
13-
ExaModels = "0.9"
13+
CUDA = "6"
14+
ExaModels = "0.11"
1415

1516
[sources]
16-
ExaModelsPower = {path = ".."}
17+
ExaModelsPower = {path = ".."}

0 commit comments

Comments
 (0)