From 337e5edd31b272f3e292567fbd6368e1bd1b0bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Mon, 26 Feb 2024 12:33:43 +0100 Subject: [PATCH] Temp pin panel to force latest dev release --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 10fd2ea55d..0aa9d4def5 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ # to run and pass the test suite without installing any # of those. extras_require['tests'] = extras_require['tests_core'] + [ + 'panel >=1.4', 'dask', 'ibis-framework', # Mapped to ibis-sqlite in setup.cfg for conda 'xarray >=0.10.4',