-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpyproject.toml
39 lines (35 loc) · 1.1 KB
/
pyproject.toml
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
[project]
name = "bosonic-qiskit"
dynamic = ["version"]
authors = [{ name = "Tim Stavenger", email = "timothy.stavenger@pnnl.gov" }]
description = "National Quantum Initiative Co-design Center for Quantum Advantage bosonic Qiskit simulator"
readme = "README.md"
requires-python = ">=3.9"
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
]
dependencies = [
"qiskit==1.3.0",
"qiskit-aer==0.15.1",
"qiskit-ibm-runtime==0.33.2",
"qutip==5.0.4",
"matplotlib==3.9.3",
"pylatexenc==2.10",
"numpy==2.0.2",
]
[project.urls]
Homepage = "https://github.com/C2QA/bosonic-qiskit"
Issues = "https://github.com/C2QA/bosonic-qiskit/issues"
[build-system]
requires = ["setuptools >= 61.0", "setuptools-git-versioning"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["c2qa"]
[tool.setuptools-git-versioning]
enabled = true