forked from dwavesystems/dwave-samplers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
45 lines (44 loc) · 1.46 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
[metadata]
name = dwave-samplers
version = attr: dwave.samplers.__version__
description = Ocean-compatible collection of solvers/samplers
long_description = file: README.rst
long_description_content_type = text/x-rst
license = Apache 2.0
license_file = LICENSE
author = D-Wave Systems Inc.
author_email = [email protected]
url = https://github.com/dwavesystems/dwave-samplers
project_urls =
Documentation = https://docs.ocean.dwavesys.com
Issue Tracker = https://github.com/dwavesystems/dwave-samplers/issues/
Source Code = https://github.com/dwavesystems/dwave-samplers/
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Development Status :: 4 - Beta
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
[options]
packages =
dwave
dwave.samplers
dwave.samplers.greedy
dwave.samplers.planar
dwave.samplers.random
dwave.samplers.sa
dwave.samplers.tabu
dwave.samplers.tree
zip_safe = false
include_package_data = true
python_requires = >=3.8
install_requires =
numpy>=1.19.0,<3.0.0
dimod>=0.12.13,<0.13.0 # oldest dimod that supports Python 3.12
networkx>=3.0