From 40745bd3713a120e48113b5d18c8c19559a3648b Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Tue, 26 Sep 2023 08:21:25 +0100 Subject: [PATCH] Fix CI --- ci/azure_template_posix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/azure_template_posix.yml b/ci/azure_template_posix.yml index 8a4ea04fc3..234448f30b 100644 --- a/ci/azure_template_posix.yml +++ b/ci/azure_template_posix.yml @@ -23,7 +23,7 @@ jobs: PANDAS: 1.1.0 STATSMODELS: 0.12.0 XARRAY: 0.16.0 - FORMULAIC: 0.6.1 + FORMULAIC: 0.6.5 test.install: true python39_mid: python.version: '3.9' @@ -33,7 +33,7 @@ jobs: STATSMODELS: 0.12.0 XARRAY: 0.18.0 XXHASH: true - FORMULAIC: 0.6.1 + FORMULAIC: 0.6.5 test.install: true python39_recent: python.version: '3.9' @@ -42,7 +42,7 @@ jobs: PANDAS: 1.3.0 STATSMODELS: 0.13.0 XARRAY: 0.20.0 - FORMULAIC: 0.6.1 + FORMULAIC: 0.6.5 test.install: true python310_no_cython: python.version: '3.10'