From c2d49088ad9e92657091e5f7acd4434ad273b638 Mon Sep 17 00:00:00 2001 From: melomcr Date: Tue, 12 Apr 2022 16:31:50 -0400 Subject: [PATCH] Updated numpy version requirement This solves a problem where an older numpy version is used to compile python modules, resulting in a cryptic error: ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject. --- CondaEnv/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CondaEnv/environment.yml b/CondaEnv/environment.yml index 185f928..5e79f0f 100644 --- a/CondaEnv/environment.yml +++ b/CondaEnv/environment.yml @@ -15,7 +15,7 @@ dependencies: - networkx - nglview - numba - - numpy + - numpy>=1.22 - pandas - pympler - python-louvain