We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5023d6 commit 2251abcCopy full SHA for 2251abc
1 file changed
requirements.txt
@@ -1,6 +1,8 @@
1
absl-py
2
cirq-core~=1.0
3
-numpy~=1.16
+numpy>=1.26.0
4
+# The global option to pybind11 makes it include CMake files in a location where
5
+# CMake will find them. It makes a crucial difference in some environments.
6
pybind11[global]
7
typing_extensions
8
setuptools
0 commit comments