From b8eed75798ab3c92639a30342bfcc538c9dd04f2 Mon Sep 17 00:00:00 2001 From: miranov25 Date: Thu, 4 Jan 2024 11:57:35 +0100 Subject: [PATCH] * Update dependencies to support Bokeh >= 3.3.2 and Python >= 3.9 * Adding pytest-xdist to development requirenment file --- requirements.txt | 2 +- requirements_Devel.txt | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 99bd90f8..c0f0026d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ iminuit bokeh>=3 # possibility to use new bokeh #150 # ---------------------- jupyter notebook dependencies ipywidgets -runtime +#runtime requests jupyter # --------------------- machine learning dependencies diff --git a/requirements_Devel.txt b/requirements_Devel.txt index f1585a41..1839cb60 100644 --- a/requirements_Devel.txt +++ b/requirements_Devel.txt @@ -5,8 +5,8 @@ pytest_tornasync pytest-json-report pytest-regressions pytest-datadir -pytest-parallel +pytest-parallel # this is not working with the python3.10 and default path +pytest-xdist # this is proven to work with python3.10 standard running - pytest -n 24 jq pyparsing # -uproot diff --git a/setup.py b/setup.py index 259734be..dbd2905e 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ ## root dependencies 'iminuit', ##--------------------- graphics dependencies - 'bokeh>3', + 'bokeh>3.2', 'matplotlib', # ---------------------- jupyter notebook dependencies 'ipywidgets',