We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66da08b commit 8271a92Copy full SHA for 8271a92
Project.toml
@@ -1,7 +1,7 @@
1
name = "StructuralCausalModels"
2
uuid = "a41e6734-49ce-4065-8b83-aff084c01dfd"
3
authors = ["Rob J Goedman <goedman@mac.com>"]
4
-version = "1.3.1"
+version = "1.4.0"
5
6
[deps]
7
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -17,11 +17,11 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
17
18
[compat]
19
CSV = "0.10"
20
-Combinatorics = "1.0"
21
-DataFrames = "1.0"
+Combinatorics = "1"
+DataFrames = "1"
22
DataStructures = "0.18"
23
Distributions = "0.25"
24
-DocStringExtensions = "0.8"
+DocStringExtensions = "0.8, 0.9"
25
NamedArrays = "0.9"
26
Reexport = "1.0"
27
julia = "^1"
0 commit comments