We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f317a commit 9b36a34Copy full SHA for 9b36a34
1 file changed
pyproject.toml
@@ -1,16 +1,13 @@
1
[build-system]
2
requires = [
3
"setuptools",
4
- "networkx",
5
- "numpy",
6
- "numba",
7
- "scipy"
+ "wheel"
8
]
9
build-backend = "setuptools.build_meta"
10
11
[project]
12
name = "pyqrackising"
13
-version = "9.10.0"
+version = "9.10.1"
14
requires-python = ">=3.8"
15
description = "Fast MAXCUT, TSP, and sampling heuristics from near-ideal transverse field Ising model (TFIM)"
16
readme = {file = "README.txt", content-type = "text/markdown"}
@@ -31,6 +28,12 @@ classifiers=[
31
28
"Programming Language :: Python :: 3.10",
32
29
"Topic :: Scientific/Engineering",
33
30
+dependencies=[
+ "networkx",
+ "numpy",
34
+ "numba",
35
+ "scipy"
36
+]
37
38
[project.urls]
39
Homepage = "https://github.com/vm6502q/PyQrackIsing"
0 commit comments