File size: 833 Bytes
079c32c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
{% set data = load_setup_py_data() %}
package:
name: di-engine
version: v0.5.0
source:
path: ..
build:
number: 0
script: python -m pip install . -vv
entry_points:
- ding = ding.entry.cli:cli
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- ding
- dizoo
about:
home: https://github.com/opendilab/DI-engine
license: Apache-2.0
license_file: LICENSE
summary: DI-engine is a generalized Decision Intelligence engine (https://github.com/opendilab/DI-engine).
description: Please refer to https://di-engine-docs.readthedocs.io/en/latest/00_intro/index.html#what-is-di-engine
dev_url: https://github.com/opendilab/DI-engine
doc_url: https://di-engine-docs.readthedocs.io/en/latest/index.html
doc_source_url: https://github.com/opendilab/DI-engine-docs
|