提交 85af1b2e authored 作者: Ray Donnelly's avatar Ray Donnelly

Win32: Allow Python 3.5

上级 8d4bcf0c
...@@ -31,10 +31,6 @@ import logging ...@@ -31,10 +31,6 @@ import logging
import sys import sys
if sys.platform == 'win32' and sys.version_info[0:2] == (3, 5):
raise RuntimeError(
"Theano do not support Python 3.5 on Windows. Use Python 2.7 or 3.4.")
theano_logger = logging.getLogger("theano") theano_logger = logging.getLogger("theano")
logging_default_handler = logging.StreamHandler() logging_default_handler = logging.StreamHandler()
logging_default_formatter = logging.Formatter( logging_default_formatter = logging.Formatter(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论