mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Fix example requirements
This commit is contained in:
parent
bc94a55525
commit
d8ed5aa672
@ -1,11 +1,10 @@
|
|||||||
numpy != 1.24.0 # https://github.com/numpy/numpy/issues/22826
|
|
||||||
bokeh>=1.4.0
|
bokeh>=1.4.0
|
||||||
|
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
|
numpy < 1.24.0 # https://github.com/numpy/numpy/issues/22826
|
||||||
pandas
|
pandas
|
||||||
pillow>=4.0
|
pillow>=4.0
|
||||||
plotly
|
plotly
|
||||||
seaborn
|
seaborn
|
||||||
six
|
six
|
||||||
clearml
|
|
||||||
|
Loading…
Reference in New Issue
Block a user