We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc0be66 + 000666f commit 654d928Copy full SHA for 654d928
2 files changed
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
version:
19
- '1'
20
- - `1.8`
+ - '1.8'
21
- nightly
22
os:
23
- ubuntu-latest
Project.toml
@@ -51,7 +51,7 @@ ParetoSmoothedImportanceSampling = "1"
51
PrettyTables = "2.0"
52
Reexport = "1.2"
53
Requires = "1.0"
54
-StatsBase = "0.33"
+StatsBase = "0.33, 0.34"
55
StatsFuns = "0.8, 0.9, 1.0"
56
StructuralCausalModels = "1"
57
Tables = "1.5"
0 commit comments