-
Notifications
You must be signed in to change notification settings - Fork 30
/
setup.cfg
47 lines (46 loc) · 1.2 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
45
46
47
[metadata]
name = pypop7
version = 0.0.82
author = Evolutionary-Intelligence (@HIT&SUSTech)
author_email = [email protected]
description = pypop7 (Pure-PYthon library of POPulation-based OPtimization)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Evolutionary-Intelligence/pypop
project_urls =
Bug Tracker = https://github.com/Evolutionary-Intelligence/pypop/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
[options]
packages =
pypop7/benchmarks
pypop7/optimizers/core
pypop7/optimizers/es
pypop7/optimizers/nes
pypop7/optimizers/eda
pypop7/optimizers/cem
pypop7/optimizers/de
pypop7/optimizers/pso
pypop7/optimizers/cc
pypop7/optimizers/sa
pypop7/optimizers/ga
pypop7/optimizers/ep
pypop7/optimizers/ds
pypop7/optimizers/rs
pypop7/optimizers/bo
python_requires = >=3.5
install_requires =
numpy
scipy
scikit-learn
numba
matplotlib
seaborn
celluloid
imageio
requests
nevergrad
gymnasium
gymnasium[classic-control]