Added matplotlib installation

This commit is contained in:
danmalowany-allegro 2020-01-05 20:32:16 +02:00 committed by GitHub
parent 6799aed78a
commit 955ac50b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,8 @@
"!pip install -U trains\n",
"!pip install -U numpy==1.18.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"
]
},
{