Skip to content

Commit

Permalink
Pin to numpy v1.x (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott authored Jul 25, 2024
1 parent 469c5e1 commit 24a156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def build_extension(self, ext):
'console_scripts': ['pymatching=pymatching._cli_argv:cli_argv'],
},
python_requires=">=3.7",
install_requires=['scipy', 'numpy', 'networkx', 'matplotlib'],
install_requires=['scipy', 'numpy==1.*', 'networkx', 'matplotlib'],
# Needed on Windows to avoid the default `build` colliding with Bazel's `BUILD`.
options={'build': {'build_base': 'python_build_stim'}},
)

0 comments on commit 24a156c

Please sign in to comment.