Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a53e35

Browse files
committedJan 8, 2025·
Run against fork
1 parent 78a3adf commit 6a53e35

7 files changed

+11
-11
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464
- tornado
6565
- pyarrow
6666
- urllib3
67-
- git+https://github.com/dask/dask
67+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
6868
- git+https://github.com/dask/zict
6969

7070
# Increase this value to clear the cache on GitHub actions if nothing else in this file

‎continuous_integration/environment-3.10.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies:
5656
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
5757
- httpx<0.28.0
5858
- pip:
59-
- git+https://github.com/dask/dask
60-
- git+https://github.com/dask/dask-expr
59+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
60+
- git+https://github.com/fjetter/dask@remove_subgraph_callable-expr
6161
- git+https://github.com/dask/zict
6262
- git+https://github.com/dask/crick # Only tested here
6363
# Revert after https://github.com/dask/distributed/issues/8614 is fixed

‎continuous_integration/environment-3.11.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dependencies:
5050
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
5151
- httpx<0.28.0
5252
- pip:
53-
- git+https://github.com/dask/dask
54-
- git+https://github.com/dask/dask-expr
53+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
54+
- git+https://github.com/fjetter/dask@remove_subgraph_callable-expr
5555
- git+https://github.com/dask/zict
5656
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
5757
# - git+https://github.com/dask/s3fs

‎continuous_integration/environment-3.12.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dependencies:
5050
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
5151
- httpx<0.28.0
5252
- pip:
53-
- git+https://github.com/dask/dask
54-
- git+https://github.com/dask/dask-expr
53+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
54+
- git+https://github.com/fjetter/dask@remove_subgraph_callable-expr
5555
- git+https://github.com/dask/zict
5656
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
5757
# - git+https://github.com/dask/s3fs

‎continuous_integration/environment-3.13.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ dependencies:
4949
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
5050
- httpx<0.28.0
5151
- pip:
52-
- git+https://github.com/dask/dask
53-
- git+https://github.com/dask/dask-expr
52+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
53+
- git+https://github.com/fjetter/dask@remove_subgraph_callable-expr
5454
- git+https://github.com/dask/zict
5555
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
5656
# - git+https://github.com/dask/s3fs

‎continuous_integration/environment-mindeps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
# Distributed depends on the latest version of Dask
2424
- pip
2525
- pip:
26-
- git+https://github.com/dask/dask
26+
- git+https://github.com/fjetter/dask@remove_subgraph_callable
2727
# test dependencies
2828
- pytest
2929
- pytest-cov

‎docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpydoc
22
tornado
33
toolz
44
cloudpickle
5-
git+https://github.com/dask/dask
5+
git+https://github.com/fjetter/dask@remove_subgraph_callable
66
sphinx
77
dask-sphinx-theme>=3.0.0
88
# FIXME: `sphinxcontrib-*` pins are a workaround until we have sphinx>=5.

0 commit comments

Comments
 (0)
Please sign in to comment.