Skip to content

Commit 0364c45

Browse files
committed
upgraded toml files in docs/ for new format
1 parent 0c3e698 commit 0364c45

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: '1.10'
17+
version: '1'
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install matplotlib==3.8.3

Project.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
88
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
99
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
1010
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
11+
SuiteSparse_jll = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
1112

1213
[compat]
13-
julia = "^1.10"
14+
Documenter = "^1"
1415
PyPlot = "^2"
15-
Documenter = "^1"
16+
julia = "^1.10"

docs/Project.toml

+5
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
33
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
44
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
55
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
6+
7+
[compat]
8+
julia = "^1.10"
9+
PyPlot = "^2"
10+
Documenter = "^1"

0 commit comments

Comments
 (0)