diff --git a/requirements.txt b/requirements.txt index 73992dd..2fb5ba5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bokeh==2.2.3 +bokeh==3.8.2 numpy pandas matplotlib diff --git a/setup.py b/setup.py index e1e519a..704529c 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=[ "bokeh==2.2.3", "numpy", "pandas", "matplotlib", "scipy", "h5py", + install_requires=[ "bokeh==3.8.2", "numpy", "pandas", "matplotlib", "scipy", "h5py", "keras", "PyYaml", "RootInteractive", "tensorflow", "pydot", "pylint", "psutil", "notebook", "torch", "xgboost", "uproot3", "uproot", "zstandard", "scikit-learn"],