-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
75 lines (72 loc) · 1.83 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[metadata]
name = amplify-bench
version = 0.2.0
author = Fixstars Corporation, Fixstars Amplify Corporation
author_email = "Yoshiki Matsuda" <y_matsuda@fixstars.com>
maintainer = Yoshiki Matsuda, Hiroki Kawahara, Kosuke Suzuki
url = https://github.com/fixstars/amplify-benchmark
description = Benchmark framework for Quantum and Classical Annealing Machines
long_description = file: README.md
long_description_content_type = text/markdown
license_files =
LICENSE
keywords =
quantum
quantum annealing
annealer
annealing machine
QUBO
quadratic unconstrained binary optimization
d-wave
digital annealer
sdk
sbm
simulated bifurcation
simulated annealing
Ising machine
Ising model
fixstars
classifiers =
Environment :: Console
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
zip_safe = false
include_package_data = true
python_requires = >= 3.8
setup_requires =
setuptools >= 38.3.0
packages = find:
install_requires =
amplify[extra] <1.0.0
matplotlib
numpy
pandas
boto3
tsplib95
vrplib
tqdm
jsonschema
click!=8.1.4, !=8.1.5
python-dotenv
pyyaml
mypy-boto3-s3
requests
[options.package_data]
amplify_bench =
problem/data/**/*
cli/schemas/*
[options.entry_points]
console_scripts =
amplify-bench = amplify_bench.cli:cli