-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsetup.cfg
44 lines (35 loc) · 1.29 KB
/
setup.cfg
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
[metadata]
name = brainblocks
version = 0.7.1
description = BrainBlocks Toolkit
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
keywords = brainblocks, htm, classification, anomaly, abnormality, time-series, neuroscience, cognitive, distributed, representation
license = GNU Affero General Public License v3.0 only
license_files = LICENSE
classifiers =
Topic :: Scientific/Engineering :: Artificial Intelligence
Programming Language :: C
Programming Language :: Python :: 3
Development Status :: 3 - Alpha
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
License :: OSI Approved :: GNU Affero General Public License v3
url = https://github.com/the-aerospace-corporation/brainblocks
author = Jacob Everist, David Di Giorgio
author_email = [email protected], [email protected]
[options]
python_requires = >=3.6
install_requires =
numpy >=1.18.5
scipy >=1.5.4
scikit-learn >=0.22.1
#pandas >=1.1.5
#matplotlib >=3.2.2
package_dir =
brainblocks=src/python
packages = brainblocks, brainblocks.blocks, brainblocks.datasets, brainblocks.metrics, brainblocks.templates, brainblocks.tools
zip_safe = False
tests_require = pytest
include_package_data = True