forked from dynexcoin/DynexSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (33 loc) · 1.84 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
[metadata]
classifiers =
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS',
'Programming Language :: Python :: 3 :: Only',
'Natural Language :: English',
'Topic :: System :: Distributed Computing',
license = GPLv3
long_description = 'The Dynex SDK provides a neuromorphic Ising/QUBO sampler which can be called from any Python code. Developers and application developers already familiar with the Dimod framework, PyQUBO or the Ocean SDK will find it very easy to run computations on the Dynex neuromorphic computing platform: The Dynex Sampler object can simply replace the default sampler object which typically is used to run computations on, for example, the D-Wave system – without the limitations of quantum machines. The Dynex SDK is a suite of open-source Python tools for solving hard problems with neuromorphic computing which helps reformulate your application’s problem for solution by the Dynex computing platform. It also handles communication between your application code and the Dynex neuromorphic computing platform automatically.'
name = DynexSDK
project_urls =
Documentation = https://docs.dynexcoin.org
Souce Code = https://github.com/dynexcoin/DynexSDK
url = https://github.com/dynexcoin/DynexSDK
version = '0.1.6'
# keep description, author and author email up to date with dwaveoceansdk.package_info
author = Dynex Developers
author_email = [email protected]
description = Dynex SDK Neuromorphic Computing
[options]
install_requires =
pycryptodome>=3.18.0
dimod>=0.12.10
tabulate>=0.9.0
tqdm>=4.65.0
ipywidgets>=8.0.7
numpy
packages = dynex
python_requires = >=3.10