We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf4efc3 + 587edd7 commit 24ec29bCopy full SHA for 24ec29b
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
version:
16
- '1.6'
17
- - '1.8'
+ - '1'
18
- 'nightly'
19
os:
20
- ubuntu-latest
Project.toml
@@ -9,8 +9,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
10
11
[compat]
12
+Aqua = "0.6"
13
Compat = "4.4"
+Printf = "1.6"
+Random = "1.6"
Requires = "1.0"
+SpecialFunctions = "2.0"
+Test = "1.6"
julia = "1.6"
21
[extras]
0 commit comments