From 0b7b91c70676fbd9058321e988edace4eb7c547e Mon Sep 17 00:00:00 2001 From: Max Grover Date: Mon, 16 Oct 2023 17:34:45 -0500 Subject: [PATCH] Revert numpy pin Go back to previous version of numpy that is not leading to numba build errors --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 0cbdf8c..0b3ae52 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - pyviz dependencies: - python<3.12 - - numpy + - numpy<1.24.0 - matplotlib - pandas - xarray