From f4df85c9fc0ab1ea1574fca6a6ebca6cc9f39ce1 Mon Sep 17 00:00:00 2001 From: Charles Coulombe Date: Wed, 18 Sep 2024 11:09:37 -0400 Subject: [PATCH] Update config.yaml --- pyt101/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyt101/config.yaml b/pyt101/config.yaml index a379324..4c8e2a7 100644 --- a/pyt101/config.yaml +++ b/pyt101/config.yaml @@ -29,11 +29,11 @@ jupyterhub::kernel::venv::pip_environment: PYTHONPATH: "/cvmfs/soft.computecanada.ca/custom/python/site-packages" PIP_CONFIG_FILE: "/cvmfs/soft.computecanada.ca/config/python/pip-%{facts.cpu_ext}-gentoo.conf" PIP_NO_INDEX: 1 -jupyterhub::kernel::venv::packages: ['numpy', 'pandas', 'matplotlib'] +jupyterhub::kernel::venv::packages: ['numpy<2', 'pandas', 'matplotlib'] profile::software_stack::lmod_default_modules: ['StdEnv/2020'] profile::accounts::skel_archives: - - filename: python-novice-inflammation-data.zip + - filename: python-novice-inflammation-data.zip source: https://swcarpentry.github.io/python-novice-inflammation/data/python-novice-inflammation-data.zip - filename: jupyter.zip