From ed0adb4b511ebe592f841f78cef6cfe10a4545ee Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sun, 6 Aug 2023 12:39:03 -0400 Subject: [PATCH] Force cython<3 for CI --- conda_environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_environment.yml b/conda_environment.yml index 1d37d5a..dbc24c0 100644 --- a/conda_environment.yml +++ b/conda_environment.yml @@ -12,5 +12,5 @@ dependencies: - pip - pip: - CoolProp - - Cython + - Cython<3 - quantities \ No newline at end of file