From 50829835b3774be50da28817a438b1d423a2563e Mon Sep 17 00:00:00 2001 From: Pat Gunn Date: Wed, 24 Apr 2024 10:33:53 -0400 Subject: [PATCH] If we're to use environment-minimal for CI we need to include nose --- environment-minimal.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment-minimal.yml b/environment-minimal.yml index e3b5aafce..e017b2b39 100644 --- a/environment-minimal.yml +++ b/environment-minimal.yml @@ -5,13 +5,14 @@ dependencies: - python <=3.12 - av - cython -- future - h5py - holoviews >=1.16.2 +- ipython - ipyparallel - ipywidgets - matplotlib - moviepy +- nose - numpy <2.0.0 - numpydoc - opencv