提交 56ce1fef authored 作者: Frederic's avatar Frederic

Update doc and setup.py with the new min requirement

上级 8b8f5487
......@@ -33,7 +33,7 @@ instructions below for detailed installation steps):
g++ >= 4.2 (for openmp that is currently always used)
more recent version recommended!
`NumPy <http://numpy.scipy.org/>`_ >= 1.7.0
`NumPy <http://numpy.scipy.org/>`_ >= 1.7.1
Earlier versions could work, but we don't test it.
`SciPy <http://scipy.org>`_ >= 0.11
......@@ -53,7 +53,7 @@ instructions below for detailed installation steps):
The following libraries and software are optional:
`nose <http://somethingaboutorange.com/mrl/projects/nose/>`_
`nose <http://somethingaboutorange.com/mrl/projects/nose/>`_ >= 1.3.0
Recommended, to run Theano's test-suite.
`Sphinx <http://sphinx.pocoo.org/>`_ >= 0.5.1, `pygments <http://pygments.org/>`_
......
......@@ -161,7 +161,8 @@ def do_setup():
license=LICENSE,
platforms=PLATFORMS,
packages=find_packages(),
install_requires=['numpy>=1.7.0', 'scipy>=0.11', 'six>=1.9.0'],
# 1.7.0 give too much warning related to numpy.diagonal.
install_requires=['numpy>=1.7.1', 'scipy>=0.11', 'six>=1.9.0'],
package_data={
'': ['*.txt', '*.rst', '*.cu', '*.cuh', '*.c', '*.sh', '*.pkl',
'*.h', '*.cpp', 'ChangeLog'],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论