Skip to content

Commit f333a4e

Browse files
committed
Run against fork
1 parent 78a3adf commit f333a4e

7 files changed

+7
-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

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ 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
6160
- git+https://github.com/dask/zict
6261
- git+https://github.com/dask/crick # Only tested here
6362
# Revert after https://github.com/dask/distributed/issues/8614 is fixed

continuous_integration/environment-3.11.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ 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
5554
- git+https://github.com/dask/zict
5655
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
5756
# - git+https://github.com/dask/s3fs

continuous_integration/environment-3.12.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ 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
5554
- git+https://github.com/dask/zict
5655
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
5756
# - git+https://github.com/dask/s3fs

continuous_integration/environment-3.13.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ 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
5453
- git+https://github.com/dask/zict
5554
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
5655
# - 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)