Skip to content

Commit 5389910

Browse files
committed
Update Cirq versions in dev_tools/write-ci-requirements.py
This updates the version numbers to the appropriate ones today.
1 parent 83e16ec commit 5389910

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev_tools/write-ci-requirements.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
print('Repo dir:', REPO_DIR)
99

1010
CIRQ_VERSIONS = {
11-
'previous': '~=1.3.0',
12-
'current': '~=1.4.0',
13-
'next': '>=1.5.0',
11+
'previous': '~=1.4.0',
12+
'current': '~=1.5.0',
13+
'next': '>=1.6.0',
1414
}
15-
"""Give names to relative Cirq versions so CI can have consistent names while versions
15+
"""Give names to relative Cirq versions so CI can have consistent names while versions
1616
get incremented."""
1717

1818

0 commit comments

Comments
 (0)