Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
37f91b8e
提交
37f91b8e
authored
10月 14, 2022
作者:
Rémi Louf
提交者:
Brandon T. Willard
10月 14, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Remove "requirements" section from the documentation
上级
739bd49f
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
0 行增加
和
84 行删除
+0
-84
index.rst
doc/index.rst
+0
-1
install_centos6.rst
doc/install_centos6.rst
+0
-2
install_macos.rst
doc/install_macos.rst
+0
-2
install_ubuntu.rst
doc/install_ubuntu.rst
+0
-2
install_windows.rst
doc/install_windows.rst
+0
-4
requirements.inc
doc/requirements.inc
+0
-68
requirements.rst
doc/requirements.rst
+0
-5
没有找到文件。
doc/index.rst
浏览文件 @
37f91b8e
...
@@ -78,7 +78,6 @@ Community
...
@@ -78,7 +78,6 @@ Community
:hidden:
:hidden:
introduction
introduction
requirements
install
install
updating
updating
tutorial/index
tutorial/index
...
...
doc/install_centos6.rst
浏览文件 @
37f91b8e
...
@@ -15,8 +15,6 @@ CentOS 6 Installation Instructions
...
@@ -15,8 +15,6 @@ CentOS 6 Installation Instructions
.. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2
.. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2
.. |CompilerName| replace:: ``g++``
.. |CompilerName| replace:: ``g++``
.. include:: requirements.inc
.. include:: install_generic.inc
.. include:: install_generic.inc
:start-line: 5
:start-line: 5
...
...
doc/install_macos.rst
浏览文件 @
37f91b8e
...
@@ -15,8 +15,6 @@ details so that we can add alternative instructions.
...
@@ -15,8 +15,6 @@ details so that we can add alternative instructions.
.. |PlatformCompiler| replace:: ``clang`` (the system version)
.. |PlatformCompiler| replace:: ``clang`` (the system version)
.. |CompilerName| replace:: ``Clang``
.. |CompilerName| replace:: ``Clang``
.. include:: requirements.inc
.. attention::
.. attention::
Aesara officially supports only clang on OS X. This can be installed
Aesara officially supports only clang on OS X. This can be installed
...
...
doc/install_ubuntu.rst
浏览文件 @
37f91b8e
...
@@ -15,8 +15,6 @@ Ubuntu Installation Instructions
...
@@ -15,8 +15,6 @@ Ubuntu Installation Instructions
.. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2
.. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2
.. |CompilerName| replace:: ``g++``
.. |CompilerName| replace:: ``g++``
.. include:: requirements.inc
.. include:: install_generic.inc
.. include:: install_generic.inc
:start-line: 5
:start-line: 5
...
...
doc/install_windows.rst
浏览文件 @
37f91b8e
...
@@ -15,10 +15,6 @@ Windows Installation Instructions
...
@@ -15,10 +15,6 @@ Windows Installation Instructions
.. |PlatformCompiler| replace:: GCC compiler with ``g++`` (version >= ``4.2.*``), and Python development files
.. |PlatformCompiler| replace:: GCC compiler with ``g++`` (version >= ``4.2.*``), and Python development files
.. |CompilerName| replace:: ``g++``
.. |CompilerName| replace:: ``g++``
.. List of requirements, optional requirements, and installation of miniconda.
.. include:: requirements.inc
:end-before: .. install_requirements_and_optional_packages
Install requirements and optional packages
Install requirements and optional packages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
doc/requirements.inc
deleted
100644 → 0
浏览文件 @
739bd49f
Requirements
============
..
note
::
We
only
support
the
installation
of
the
requirements
through
conda
.
..
_BLAS
:
http
://
en
.
wikipedia
.
org
/
wiki
/
Basic_Linear_Algebra_Subprograms
..
_Python
:
http
://
www
.
python
.
org
/
..
_LaTeX
:
http
://
www
.
latex
-
project
.
org
/
..
_dvipng
:
http
://
savannah
.
nongnu
.
org
/
projects
/
dvipng
/
..
_warp
-
ctc
:
https
://
github
.
com
/
baidu
-
research
/
warp
-
ctc
Python_
==
>=
3.7
|
PythonDistRecommended
|.
Python
2.4
was
supported
up
to
and
including
the
release
0.6
.
Python
2.6
was
supported
up
to
and
including
the
release
0.8
.
2.
Python
3.3
was
supported
up
to
and
including
release
0.9
.
Python
3.6
was
supported
up
to
and
including
release
2.3
.
4.
`NumPy <http://numpy.scipy.org/>`
_
>=
1.9
.
1
Earlier
versions
could
work
,
but
we
don
’
t
test
it
.
`SciPy <http://scipy.org>`
_
>=
0.14
Only
currently
required
for
sparse
matrix
and
special
functions
support
,
but
highly
recommended
.
SciPy
>=
0.8
could
work
,
but
earlier
versions
have
known
bugs
with
sparse
matrices
.
`BLAS`
_
installation
(
with
Level
3
functionality
)
*
**
Recommended
**:
MKL
,
which
is
free
through
Conda
with
``
mkl
-
service
``
package
.
*
Alternatively
,
we
suggest
to
install
OpenBLAS
,
with
the
development
headers
(
``
-
dev
``
,
``
-
devel
``
,
depending
on
your
Linux
distribution
)
.
**
Optional
requirements
**
|
PlatformCompiler
|
**
Highly
recommended
.**
Aesara
can
fall
back
on
a
NumPy
-
based
Python
execution
model
,
but
a
C
compiler
allows
for
vastly
faster
execution
.
`Sphinx <http://sphinx.pocoo.org/>`
_
>=
0.5
.
1
,
`pygments <http://pygments.org/>`
_
For
building
the
documentation
.
LaTeX_
and
dvipng_
are
also
necessary
for
math
to
show
up
as
images
.
`pydot-ng <https://github.com/pydot/pydot-ng>`
_
To
handle
large
picture
for
gif
/
images
.
`warp-ctc`
_
Required
for
:
ref
:
`Aesara CTC implementation
<libdoc_tensor_nnet_ctc>`
.
It
is
faster
then
using
an
equivalent
graph
of
Aesara
ops
.
Requirements
installation
through
Conda
(
recommended
)
-----------------------------------------------------
Install
Miniconda
^^^^^^^^^^^^^^^^^
Follow
this
`link <http://conda.pydata.org/miniconda.html>`
__
to
install
Miniconda
.
..
note
::
If
you
want
fast
compiled
code
(
recommended
),
make
sure
you
have
|
CompilerName
|
installed
.
..
install_requirements_and_optional_packages
Install
requirements
and
optional
packages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..
code
-
block
::
bash
conda
install
numpy
scipy
mkl
pytest
<
sphinx
>
<
pydot
-
ng
>
*
Arguments
between
<...>
are
optional
.
doc/requirements.rst
deleted
100644 → 0
浏览文件 @
739bd49f
.. |PythonDistRecommended| replace:: The development package (python-dev or python-devel on most Linux distributions) is recommended (see just below)
.. |PlatformCompiler| replace:: ``g++`` (Linux and Windows), ``clang`` (OS X)
.. |CompilerName| replace:: ``g++`` (Windows/Linux) or ``Clang`` (OS X)
.. include:: requirements.inc
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论