make matplotlib an optional requirement

This commit is contained in:
2022-05-16 08:43:40 +02:00
parent 18870a3786
commit a8636822c9
4 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1 @@
matplotlib
numpy

2
requirements/plt.txt Normal file
View File

@ -0,0 +1,2 @@
-r common.txt
matplotlib