clearml/examples/frameworks/matplotlib/requirements.txt

6 lines
178 B
Plaintext
Raw Normal View History

2022-12-22 19:54:13 +00:00
numpy != 1.24.0 # https://github.com/numpy/numpy/issues/22826
2020-06-15 19:48:51 +00:00
matplotlib >= 3.1.1 ; python_version >= '3.6'
matplotlib >= 2.2.4 ; python_version < '3.6'
seaborn
2024-02-22 10:25:32 +00:00
clearml>=1.14.4