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

[DH-324] pin jupytext on hubs that need it #5859

Merged
merged 2 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions deployments/a11y/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ dependencies:
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
- jupyterlab-a11y-checker==0.1.2
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2
# ###
# The items below are from infra-requirements, however lab conflicts with the
# alpha notebook.
Expand Down
2 changes: 2 additions & 0 deletions deployments/data100/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ dependencies:
- otter-grader==5.4.0
- duckdb==0.10.1
- duckdb_engine==0.11.2
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2
2 changes: 2 additions & 0 deletions deployments/data101/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ dependencies:
- pymongo==4.4.1
- dbt-postgres==1.6.0
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2
2 changes: 2 additions & 0 deletions deployments/data102/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ dependencies:
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2
3 changes: 2 additions & 1 deletion deployments/data8/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ dependencies:
# Conda only has 0.12.0
- okpy==1.18.1
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling

# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2
2 changes: 2 additions & 0 deletions deployments/edx/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ dependencies:
- otter-grader==4.4.1
- otter-submit==0.1.2
- sympy==1.12
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2
2 changes: 2 additions & 0 deletions deployments/logodev/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ dependencies:
- otter-grader==5.4.0
- duckdb==0.10.1
- duckdb_engine==0.11.2
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2
2 changes: 2 additions & 0 deletions deployments/publichealth/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ dependencies:
- nbconvert==7.6.0
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2
4 changes: 3 additions & 1 deletion deployments/stat159/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ dependencies:
- syncthing==1.23.0
- websockify==0.11.0

- jupyter-server-proxy==4.2.0
- jupyter-server-proxy==4.3.0
# VS Code support
- jupyter-vscode-proxy==0.2
- code-server==4.10.1
Expand Down Expand Up @@ -169,3 +169,5 @@ dependencies:
- nbconvert==7.6.0
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2
Loading