提交 982654f7 authored 作者: amrithasuresh's avatar amrithasuresh

Updated numpy as np

上级 9045b6b9
...@@ -1106,11 +1106,11 @@ def default_blas_ldflags(): ...@@ -1106,11 +1106,11 @@ def default_blas_ldflags():
global numpy global numpy
warn_record = [] warn_record = []
try: try:
if (hasattr(numpy.distutils, '__config__') and if (hasattr(np.distutils, '__config__') and
numpy.distutils.__config__): np.distutils.__config__):
# If the old private interface is available use it as it # If the old private interface is available use it as it
# don't print information to the user. # don't print information to the user.
blas_info = numpy.distutils.__config__.blas_opt_info blas_info = np.distutils.__config__.blas_opt_info
else: else:
# We do this import only here, as in some setup, if we # We do this import only here, as in some setup, if we
# just import theano and exit, with the import at global # just import theano and exit, with the import at global
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论