forked from dwavesystems/dwave-scikit-learn-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (31 loc) · 1013 Bytes
/
setup.cfg
File metadata and controls
34 lines (31 loc) · 1013 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
[metadata]
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
license = Apache 2.0
long_description = file: README.md
long_description_content_type = text/markdown
name = dwave-scikit-learn-plugin
project_urls =
Changes = https://github.com/dwavesystems/dwave-scikit-learn-plugin/releases
Documentation = https://docs.ocean.dwavesys.com
Source Code = https://github.com/dwavesystems/dwave-scikit-learn-plugin
url = https://github.com/dwavesystems/dwave-scikit-learn-plugin
version = attr: dwave.plugins.sklearn.__version__
author = D-Wave Systems Inc.
author_email = tools@dwavesys.com
description = A plugin to scikit-learn for quantum hybrid solving
[options]
install_requires =
dimod>=0.12.3
dwave-system>=1.18.0
numpy>=1.20.0
scikit-learn>=1.0.2
packages =
dwave
dwave.plugins
dwave.plugins.sklearn
python_requires = >=3.7
[pycodestyle]
max-line-length = 100