Skip to content
Snippets Groups Projects

Add missing dependency "matplotlib"

Merged Jean-Baptiste Bayle requested to merge add-missing-dependency into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -27,6 +27,7 @@ setuptools.setup(
'numpy',
'scipy',
'pyplnoise',
'matplotlib',
],
python_requires='>=3.7',
)
Loading