We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75ef9d commit a527ef8Copy full SHA for a527ef8
.github/workflows/CI.yml
@@ -14,8 +14,7 @@ jobs:
14
matrix:
15
version:
16
- '1'
17
- - '1.8'
18
- - nightly
+ #- nightly
19
os:
20
- ubuntu-latest
21
#- macOS-latest
Project.toml
@@ -22,7 +22,7 @@ DataFrames = "1.0"
22
DataStructures = "0.18"
23
Distributions = "0.25"
24
DocStringExtensions = "0.9"
25
-NamedArrays = "0.9"
+NamedArrays = "0.10"
26
Reexport = "1.0"
27
julia = "^1"
28
docs/Project.toml
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
StructuralCausalModels = "a41e6734-49ce-4065-8b83-aff084c01dfd"
4
5
[compat]
6
-Documenter = "0.27"
+Documenter = "1"
0 commit comments