diff --git a/examples/reporting/requirements.txt b/examples/reporting/requirements.txt index c84ef9cf..e4c2ae88 100644 --- a/examples/reporting/requirements.txt +++ b/examples/reporting/requirements.txt @@ -1,11 +1,10 @@ -numpy != 1.24.0 # https://github.com/numpy/numpy/issues/22826 bokeh>=1.4.0 +clearml matplotlib >= 3.1.1 ; python_version >= '3.6' matplotlib >= 2.2.4 ; python_version < '3.6' -numpy +numpy < 1.24.0 # https://github.com/numpy/numpy/issues/22826 pandas pillow>=4.0 plotly seaborn six -clearml