Skip to content

Commit 16ed00d

Browse files
authored
Loosen networkx requirements (#6105)
* Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt
1 parent 50a49a9 commit 16ed00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backports.cached_property~=1.0.1; python_version < '3.8'
55

66
duet~=0.2.8
77
matplotlib~=3.0
8-
networkx~=2.4
8+
networkx>=2.4
99
numpy>=1.16,<1.24
1010
pandas
1111
sortedcontainers~=2.0

0 commit comments

Comments
 (0)