Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI - add Python 3.12 tests to ci-daily #6605

Merged
merged 12 commits into from
Jun 14, 2024
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into ci-daily-add-python-3.12
  • Loading branch information
pavoljuhas committed Jun 13, 2024
commit 3108136f4c14c177efde8cf108e224a5af69f5f9
7 changes: 3 additions & 4 deletions dev_tools/requirements/deps/notebook.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
-r ipython.txt

notebook~=7.1
notebook~=7.0

# https://github.com/nteract/papermill/issues/519
ipykernel~=6.28
ipykernel~=6.29

# for executing notebooks in tests
papermill~=2.4
papermill~=2.6

# for notebooks that do `pip install cirq-core[contrib]`
-r ../../../cirq-core/cirq/contrib/requirements.txt
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.