提交 c46143bb authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Update the Conda meta.yaml

上级 d37c6204
...@@ -22,35 +22,17 @@ requirements: ...@@ -22,35 +22,17 @@ requirements:
- numpy >=1.9.1 - numpy >=1.9.1
- scipy >=0.14.0 - scipy >=0.14.0
- {{ pin_compatible('pygpu', '0.7', max_pin='0.8') }} # [not osx] - {{ pin_compatible('pygpu', '0.7', max_pin='0.8') }} # [not osx]
- jax # [py>=37 and not win]
test: test:
requires:
- pytest
imports: imports:
- theano - theano
- theano.compile
- theano.compile.sandbox
- theano.gof
- theano.gpuarray
- theano.misc
- theano.sandbox
- theano.scalar
- theano.sparse
- theano.tensor
- theano.tensor.nnet
- theano.tensor.signal
about: about:
home: http://deeplearning.net/software/theano/ home: http://deeplearning.net/software/theano/
license: BSD 3-Clause license: BSD 3-Clause
license_family: BSD license_family: BSD
summary: Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs. summary: Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
description: | summary: Fork of Theano for PyMC3. An optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
Theano is a Python library that allows you to define, optimize, and dev_url: https://github.com/pymc-devs/Theano-PyMC/
evaluate mathematical expressions involving multi-dimensional arrays
efficiently, featuring tight integration with NumPy, transparent use
of a GPU, efficient symbolic differentiation, speed and stability
optimizations and dynamic C code generation.
dev_url: https://github.com/Theano/Theano
doc_url: http://deeplearning.net/software/theano/ doc_url: http://deeplearning.net/software/theano/
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论