From 70bda09fc27f28efb2e4115cacd1e626fc9c9a42 Mon Sep 17 00:00:00 2001 From: sean-morris Date: Wed, 6 Dec 2023 04:24:04 -0800 Subject: [PATCH] Numpy Downgrade Version to 1.22.0 The 1.22.0 version of numpy is needed to run lab 10 on the Data 8 Spring 2022 notebooks used by cloudbank cluster users. This makes sense since the notebooks were created with this version of numpy --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index c001a42..a65c2a4 100644 --- a/environment.yml +++ b/environment.yml @@ -8,6 +8,7 @@ dependencies: - pip - pip: - otter-grader==4.3.2 + - numpy==1.22.0 - datascience==0.17.5 # Allow users to download their home directories - jupyter-tree-download