-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (36 loc) · 756 Bytes
/
Copy pathsetup.cfg
File metadata and controls
39 lines (36 loc) · 756 Bytes
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
[metadata]
name = mechbench
version = 0.1.0
author = Elena Raponi
author_email = e.raponi@liacs.leidenuniv.nl
description = A package to run MECHBench benchmarks for black-box optimization
long_description = file: README.md
long_description_content_type = text/markdown
keywords = black-box optimization, structural mechanics, benchmarks
license = MIT
[options]
package_dir =
= src
packages = find:
include_package_data = True
zip_safe = False
python_requires = >=3.8
install_requires =
requests
importlib-metadata; python_version < "3.10"
gmsh
vtk
numpy
ioh
pandas
[options.packages.find]
where = src
exclude =
results*
examples*
tools*
docs*
tests*
[options.extras_require]
rest =
docutils>=0.3