From d2569f0290722c9362085f193f17a7ec66943ec9 Mon Sep 17 00:00:00 2001 From: orioncohen Date: Mon, 12 Feb 2024 13:06:37 -0800 Subject: [PATCH] fix typo in pin to test_env.yaml --- devtools/conda-envs/test_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index 1a12dc6..3d52219 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -9,7 +9,7 @@ dependencies: - scipy - setuptools - numpy - - pandas>2.2 + - pandas>=2.2 - matplotlib - statsmodels - pytest