Skip to content

Commit 2c170e3

Browse files
authored
add compat for statsmodels 0.7 (#512)
* add compat for statsmodels 0.7 * bump version * run CI against v1 too
1 parent 9dc4d6b commit 2c170e3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: .github/workflows/CI-future.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
pull_request:
77
branches:
88
- master
9+
- v1
910
push:
1011
branches:
1112
- master
13+
- v1
1214
tags: '*'
1315
jobs:
1416
test:

Diff for: .github/workflows/CI-stable.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
pull_request:
77
branches:
88
- master
9+
- v1
910
push:
1011
branches:
1112
- master
13+
- v1
1214
tags: '*'
1315
jobs:
1416
test:

Diff for: Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GLM"
22
uuid = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
3-
version = "1.8.1"
3+
version = "1.8.2"
44

55
[deps]
66
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -26,7 +26,7 @@ SpecialFunctions = "0.6, 0.7, 0.8, 0.9, 0.10, 1, 2.0"
2626
StatsAPI = "1.4"
2727
StatsBase = "0.33.5"
2828
StatsFuns = "0.6, 0.7, 0.8, 0.9, 1.0"
29-
StatsModels = "0.6.23"
29+
StatsModels = "0.6.23, 0.7"
3030
julia = "1"
3131

3232
[extras]

0 commit comments

Comments
 (0)