Skip to content

Commit e98654e

Browse files
committed
Revert some
1 parent 325883d commit e98654e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci/azure_template_posix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
PANDAS: 1.3.0
2424
STATSMODELS: 0.13.1
2525
XARRAY: 0.21.0
26-
FORMULAIC: 1.2.1
26+
FORMULAIC: 1.0.2
2727
test.wheel: true
2828
python310_mid_sdist:
2929
python.version: '3.10'
@@ -33,7 +33,7 @@ jobs:
3333
STATSMODELS: 0.13.1
3434
XARRAY: 2022.6.0
3535
XXHASH: true
36-
FORMULAIC: 1.2.1
36+
FORMULAIC: 1.0.2
3737
test.sdist: true
3838
python310_recent_wheel:
3939
python.version: '3.10'
@@ -42,11 +42,11 @@ jobs:
4242
PANDAS: 2.0.0
4343
STATSMODELS: 0.14.0
4444
XARRAY: 2023.4.0
45-
FORMULAIC: 1.2.1
45+
FORMULAIC: 1.1.0
4646
test.wheel: true
4747
python310_latest:
4848
python.version: '3.10'
49-
FORMULAIC: 1.2.1
49+
FORMULAIC: 1.2.0
5050
XXHASH: true
5151
PYARROW: true
5252
python310_no_cython:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ include_trailing_comma=true
311311
use_parentheses=true
312312

313313
[tool.coverage.run]
314-
source = [ "linearmodels" ]
314+
source = ["linearmodels"]
315315
branch = true
316316
plugins = ["Cython.Coverage"]
317317
omit = [

0 commit comments

Comments
 (0)