mirror of
https://github.com/clearml/clearml
synced 2025-01-31 00:56:57 +00:00
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
numpy != 1.24.0 # https://github.com/numpy/numpy/issues/22826
|
|
matplotlib >= 3.1.1 ; python_version >= '3.6'
|
|
matplotlib >= 2.2.4 ; python_version < '3.6'
|
|
scikit-learn
|
|
clearml>=1.14.4
|
|
xgboost>=0.90 ; python_version >= '3'
|
|
xgboost>=0.82 ; python_version < '3'
|
|
# sudo apt-get install graphviz
|
|
graphviz>=0.8
|