-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nengobones.yml
46 lines (38 loc) · 1.01 KB
/
.nengobones.yml
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
37
38
39
40
41
42
43
44
45
46
project_name: LMU
pkg_name: lmu
repo_name: nengo/lmu
description: LMU metapackage for installing various LMU implementations
copyright_start: 2020
license: abr-free
main_branch: main
license_rst: {}
manifest_in: {}
setup_py:
python_requires: ">=3.6"
url: https://github.com/nengo/lmu
install_req:
# minimum version specified because we import it in __init__
- keras-lmu>=0.4.0
tests_req:
- pytest>=6.1.0
classifiers:
- "Development Status :: 3 - Alpha"
- "Intended Audience :: Science/Research"
- "Operating System :: OS Independent"
- "Programming Language :: Python "
- "Programming Language :: Python :: 3.6"
- "Programming Language :: Python :: 3.7"
- "Programming Language :: Python :: 3.8"
- "Topic :: Scientific/Engineering "
- "Topic :: Scientific/Engineering :: Artificial Intelligence"
ci_scripts:
- template: test
- template: deploy
wheel: true
pre_commit_config_yaml: {}
pyproject_toml: {}
version_py:
major: 0
minor: 4
patch: 1
release: false