mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
Added matplotlib installation
This commit is contained in:
parent
6799aed78a
commit
955ac50b6e
@ -92,7 +92,8 @@
|
|||||||
"!pip install -U trains\n",
|
"!pip install -U trains\n",
|
||||||
"!pip install -U numpy==1.18.0\n",
|
"!pip install -U numpy==1.18.0\n",
|
||||||
"!pip install -U tensorflow==2.0.0\n",
|
"!pip install -U tensorflow==2.0.0\n",
|
||||||
"!pip install -U tensorboard==2.0.0"
|
"!pip install -U tensorboard==2.0.0\n",
|
||||||
|
"!pip install -U matplotlib==3.1.2"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user