We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babd774 commit 5d46feeCopy full SHA for 5d46fee
setup.py
@@ -10,7 +10,7 @@
10
EXTENSIONS = [ext_1]
11
12
setup(name='stl_tools',
13
- version='0.4.0',
+ version='0.4.1',
14
install_requires=[
15
'numpy==1.18.1',
16
'scipy',
stl_tools/text2png.py
@@ -1,6 +1,6 @@
1
import os
2
import matplotlib as mpl
3
-mpl.use('Agg', warn=False)
+mpl.use('Agg')
4
import matplotlib.pyplot as plt
5
6
0 commit comments