提交 8eec970d authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Update requirement file for readthedocs

The idea is to bypass the dependency on scipy that is in setup.py, by - providing it explicitly in the requirement file, and - explicitly installing theano, telling setup.py to ignore "install_requirements" This is needed because the version of scipy on readthedocs is older than the required one, but it is not an issue for building the doc itself.
上级 b36d8608
...@@ -2,3 +2,5 @@ sphinx>=1.3.0 ...@@ -2,3 +2,5 @@ sphinx>=1.3.0
pygments pygments
nose>=1.3.0 nose>=1.3.0
nose-parameterized>=0.5.0 nose-parameterized>=0.5.0
scipy==0.13
-e . --install-option="--no-deps"
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论