Skip to content

Commit 9b36a34

Browse files
Fix dependencies
1 parent a9f317a commit 9b36a34

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[build-system]
22
requires = [
33
"setuptools",
4-
"networkx",
5-
"numpy",
6-
"numba",
7-
"scipy"
4+
"wheel"
85
]
96
build-backend = "setuptools.build_meta"
107

118
[project]
129
name = "pyqrackising"
13-
version = "9.10.0"
10+
version = "9.10.1"
1411
requires-python = ">=3.8"
1512
description = "Fast MAXCUT, TSP, and sampling heuristics from near-ideal transverse field Ising model (TFIM)"
1613
readme = {file = "README.txt", content-type = "text/markdown"}
@@ -31,6 +28,12 @@ classifiers=[
3128
"Programming Language :: Python :: 3.10",
3229
"Topic :: Scientific/Engineering",
3330
]
31+
dependencies=[
32+
"networkx",
33+
"numpy",
34+
"numba",
35+
"scipy"
36+
]
3437

3538
[project.urls]
3639
Homepage = "https://github.com/vm6502q/PyQrackIsing"

0 commit comments

Comments
 (0)