mirror of
https://github.com/clearml/clearml
synced 2025-05-02 03:55:23 +00:00
Fix requirements
This commit is contained in:
parent
a621b4fa20
commit
79e6cb7b28
@ -2,7 +2,7 @@ bokeh>=1.4.0
|
|||||||
clearml
|
clearml
|
||||||
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
||||||
matplotlib >= 2.2.4 ; python_version < '3.6'
|
matplotlib >= 2.2.4 ; python_version < '3.6'
|
||||||
numpy < 1.24.0 # https://github.com/numpy/numpy/issues/22826
|
numpy != 1.24.0 # https://github.com/numpy/numpy/issues/22826
|
||||||
pandas
|
pandas
|
||||||
pillow>=4.0
|
pillow>=4.0
|
||||||
plotly
|
plotly
|
||||||
|
Loading…
Reference in New Issue
Block a user