forked from dwavesystems/dwave-ocean-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
54 lines (51 loc) · 1.81 KB
/
Copy pathsetup.cfg
File metadata and controls
54 lines (51 loc) · 1.81 KB
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
[metadata]
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
license = Apache 2.0
long_description = file: README.rst
long_description_content_type = text/x-rst
name = dwave-ocean-sdk
project_urls =
Changes = https://github.com/dwavesystems/dwave-ocean-sdk/releases
Documentation = https://docs.ocean.dwavesys.com
Souce Code = https://github.com/dwavesystems/dwave-ocean-sdk
url = https://github.com/dwavesystems/dwave-ocean-sdk
version = attr: dwaveoceansdk.__version__
# keep description, author and author email up to date with dwaveoceansdk.package_info
author = D-Wave Systems
author_email = tools@dwavesys.com
description = Software development kit for open source D-Wave tools
[options]
install_requires =
dimod==0.10.10
dwave-cloud-client==0.9.3
dwave-greedy==0.2.2
dwave-hybrid==0.6.5
dwave-inspector==0.2.9
dwave-neal==0.5.9
dwave-networkx==0.8.10
dwave-preprocessing==0.3.2
dwave-qbsolv==0.3.4
dwave-system==1.11.0
dwave-tabu==0.4.3
dwavebinarycsp==0.1.4
minorminer==0.2.7
penaltymodel-cache==0.4.5
penaltymodel-maxgap==0.5.6; platform_machine != "x86_64" and platform_machine != "amd64" and platform_machine != "AMD64"
penaltymodel-mip==0.2.6; platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64"
penaltymodel-lp==0.1.6
penaltymodel==0.16.6
pyqubo==1.2.0
packages = dwaveoceansdk
python_requires = >=3.6
[options.extras_require]
all =
penaltymodel-maxgap==0.5.6
penaltymodel-mip==0.2.6