-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (40 loc) · 1.31 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
44
[metadata]
name = evolvepy
version = 2.0.0
author = EltonCN, João Bonucci, Thiago Lacerda
description = EvolvePy is a Python module created to allow the easy creation and execution of evolutionary algorithms.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/EltonCN/evolvepy
project_urls =
Bug Tracker = https://github.com/EltonCN/evolvepy/issues
Documentation = https://eltoncn.github.io/evolvepy
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
Intended Audience :: Science/Research
license_files = LICENSE
license = MIT
[options]
include_package_data = True
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
numpy >= 1.20
numba
[options.packages.find]
where = src
[options.extras_require]
unity = mlagents>=0.27.0; gym_unity; gym
wandb = wandb
gym = gym<=0.21.0
ray = ray # distributed evaluator
tensorflow = tensorflow
all_integrations = mlagents>=0.27.0; gym_unity; gym; wandb; tensorflow
doc_generation = sphinx; m2r2; sphinx_rtd_theme