Skip to content

Commit cc7cac9

Browse files
authored
Merge pull request #15 from VaclavMacha/compatchanges
Small updates
2 parents 5b4e1cd + d567d54 commit cc7cac9

File tree

8 files changed

+190
-84
lines changed

8 files changed

+190
-84
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
version:
29-
- '1.5' # Replace this with the minimum Julia version that your package supports.
29+
- '1.6' # Replace this with the minimum Julia version that your package supports.
3030
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
3131
os:
3232
- ubuntu-latest

Diff for: Project.toml

+13-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ version = "0.2.1"
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
88
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
99
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
10-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1110
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
12-
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1311

1412
[compat]
15-
DocStringExtensions = "^0.8"
16-
RecipesBase = "^1.0"
17-
Reexport = "0.2, 1.0"
18-
StatsBase = "^0.33"
19-
julia = "^1.0"
13+
DocStringExtensions = "0.8, 0.9"
14+
PrettyTables = "2"
15+
RecipesBase = "1"
16+
Statistics = "1"
17+
julia = "1.6"
18+
19+
[extras]
20+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
21+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
22+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
23+
24+
[targets]
25+
test = ["Plots", "Random", "Test"]

0 commit comments

Comments
 (0)