Skip to content

Commit b35ce0a

Browse files
authored
Updating notebook pip installs after v0.11 release (quantumlib#4102)
Updating notebook `pip install`s after v0.11 release. - Changed all `pip install cirq --pre` to `pip install cirq`. - Removed pre-release notices. - Removed pre-release skip list from isolated_notebook_tests.py. - cirq[contrib] is now cirq-core[contrib] so I updated notebooks and docs - educators/chemistry.ipynb testing is skipped currently until we upgrade OpenFermion to the new Cirq (it is still using `cirq.TrialResult`, that was removed in v0.11)
1 parent 5eaa458 commit b35ce0a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

cirq/contrib/quimb/Cirq-to-Tensor-Networks.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"try:\n",
1919
" import quimb\n",
2020
"except ImportError:\n",
21-
" print(\"installing cirq[contrib]...\")\n",
22-
" !pip install --quiet cirq[contrib]\n",
23-
" print(\"installed cirq[contrib].\")\n",
21+
" print(\"installing cirq-core[contrib]...\")\n",
22+
" !pip install --quiet cirq-core[contrib]\n",
23+
" print(\"installed cirq-core[contrib].\")\n",
2424
" "
2525
]
2626
},
@@ -387,4 +387,4 @@
387387
},
388388
"nbformat": 4,
389389
"nbformat_minor": 4
390-
}
390+
}

cirq/contrib/quimb/Contract-a-Grid-Circuit.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"try:\n",
1919
" import quimb\n",
2020
"except ImportError:\n",
21-
" print(\"installing cirq[contrib]...\")\n",
22-
" !pip install --quiet cirq[contrib]\n",
23-
" print(\"installed cirq[contrib].\") "
21+
" print(\"installing cirq-core[contrib]...\")\n",
22+
" !pip install --quiet cirq-core[contrib]\n",
23+
" print(\"installed cirq-core[contrib].\")"
2424
]
2525
},
2626
{
@@ -425,4 +425,4 @@
425425
},
426426
"nbformat": 4,
427427
"nbformat_minor": 4
428-
}
428+
}

0 commit comments

Comments
 (0)