|
@@ -78,7 +78,7 @@ if sys.platform == "win32":
|
|
|
if platform.architecture()[0] == '64bit':
|
|
if platform.architecture()[0] == '64bit':
|
|
|
buildOptions = dict(
|
|
buildOptions = dict(
|
|
|
include_files=include_files,
|
|
include_files=include_files,
|
|
|
- excludes=['scipy', 'pytz'],
|
|
|
|
|
|
|
+ excludes=['scipy', 'pytz', "matplotlib.tests", "numpy.random._examples"],
|
|
|
# packages=['OpenGL','numpy','vispy','ortools','google']
|
|
# packages=['OpenGL','numpy','vispy','ortools','google']
|
|
|
# packages=['numpy','google', 'rasterio'] # works for Python 3.7
|
|
# packages=['numpy','google', 'rasterio'] # works for Python 3.7
|
|
|
packages=['opengl', 'numpy', 'google', 'rasterio'], # works for Python 3.6.5 and Python 3.7.1
|
|
packages=['opengl', 'numpy', 'google', 'rasterio'], # works for Python 3.6.5 and Python 3.7.1
|