Skip to content

Commit 2251abc

Browse files
authored
Loosen NumPy version requirement to allow version 2 (#763)
1 parent d5023d6 commit 2251abc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
absl-py
22
cirq-core~=1.0
3-
numpy~=1.16
3+
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.
46
pybind11[global]
57
typing_extensions
68
setuptools

0 commit comments

Comments
 (0)