forked from zapata-engineering/orqviz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (36 loc) · 948 Bytes
/
setup.cfg
File metadata and controls
39 lines (36 loc) · 948 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
35
36
37
38
39
[metadata]
name = orqviz
version = 0.2.0
description = Python package for visualizing the loss landscapes of Variational Quantum Algorithms
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/zapatacomputing/orqviz
author = Zapata Computing Inc.
author_email = info@zapatacomputing.com,
license = Apache Software License
license_file = LICENSE
classifiers =
Programming Language :: Python :: 3.7
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
Topic :: Scientific/Engineering
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
numpy>=1.14.6
scipy>=1.5.4
matplotlib>=2.2.5
scikit-learn>=1.0
[options.packages.find]
where = src
[options.extras_require]
dev =
pytest>=3.7.1
pytest-cov>=3.0.0
black>=20.8b
flake8>=3.9
mypy==v0.812
isort>=5.8