Skip to content

Commit

Permalink
* Update dependencies to support Bokeh >= 3.3.2 and Python >= 3.9
Browse files Browse the repository at this point in the history
* Adding pytest-xdist to development requirenment file
  • Loading branch information
miranov25 committed Jan 4, 2024
1 parent d00f59d commit b8eed75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ iminuit
bokeh>=3 # possibility to use new bokeh #150
# ---------------------- jupyter notebook dependencies
ipywidgets
runtime
#runtime
requests
jupyter
# --------------------- machine learning dependencies
Expand Down
4 changes: 2 additions & 2 deletions requirements_Devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
## root dependencies
'iminuit',
##--------------------- graphics dependencies
'bokeh>3',
'bokeh>3.2',
'matplotlib',
# ---------------------- jupyter notebook dependencies
'ipywidgets',
Expand Down

0 comments on commit b8eed75

Please sign in to comment.