Skip to content

Commit

Permalink
Switch to first pybind commit with numpy2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Jul 24, 2024
1 parent 869e19d commit 6c9983b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.x', '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 6c9983b

Please sign in to comment.