Skip to content

Commit b29f184

Browse files
committed
try un-pinning numpy v1
1 parent 587309c commit b29f184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def build_extension(self, ext):
153153
'console_scripts': ['pymatching=pymatching._cli_argv:cli_argv'],
154154
},
155155
python_requires=">=3.7",
156-
install_requires=['scipy', 'numpy==1.*', 'networkx', 'matplotlib'],
156+
install_requires=['scipy', 'numpy', 'networkx', 'matplotlib'],
157157
# Needed on Windows to avoid the default `build` colliding with Bazel's `BUILD`.
158158
options={'build': {'build_base': 'python_build_stim'}},
159159
)

0 commit comments

Comments
 (0)