Skip to content

Commit

Permalink
drop - more updates to dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 4, 2024
1 parent 99a9c91 commit e88f00a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ dependencies:
- jinja2
- pip
- pip:
- git+https://github.com/dask/distributed
- git+https://github.com/milesgranger/distributed@milesgranger/rename-future-to-task
4 changes: 2 additions & 2 deletions continuous_integration/environment-3.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ dependencies:
- jinja2
- pip
- pip:
- git+https://github.com/dask/distributed
- git+https://github.com/dask-contrib/dask-expr
- git+https://github.com/milesgranger/distributed@milesgranger/rename-future-to-task
- git+https://github.com/milesgranger/dask-expr@milesgranger/rename-future-to-task
4 changes: 2 additions & 2 deletions continuous_integration/environment-3.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ dependencies:
- jinja2
- pip
- pip:
- git+https://github.com/dask/distributed
- git+https://github.com/dask-contrib/dask-expr
- git+https://github.com/milesgranger/distributed@milesgranger/rename-future-to-task
- git+https://github.com/milesgranger/dask-expr@milesgranger/rename-future-to-task
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ dependencies:
- jinja2
- pip
- pip:
- git+https://github.com/dask/distributed
- git+https://github.com/milesgranger/distributed@milesgranger/rename-future-to-task
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
# optional dependencies pulled in by pip install dask[distributed]
- pip
- pip:
- git+https://github.com/dask/distributed
- git+https://github.com/milesgranger/distributed@milesgranger/rename-future-to-task
# test dependencies
- pre-commit
- pytest
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-mindeps-optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies:
- pip
- pip:
# optional dependencies pulled in by pip install dask[distributed]
- git+https://github.com/dask/distributed
- git+https://github.com/milesgranger/distributed@milesgranger/rename-future-to-task
# test dependencies
- pre-commit
- pytest
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@ array = ["numpy >= 1.21"]
# keeping for backwards compatibility
bag = []
dataframe = [
"dask[array]",
"dask[array] @ git+https://github.com/milesgranger/dask@milesgranger/rename-future-to-task",
# NOTE: dask-expr is pinning pandas>2. To use pandas<2, please install dask
# without using the dataframe extra
"pandas >= 1.3",
"dask-expr >= 1.0, <1.1", # dask-expr pins the dask version
"dask-expr @ git+https://github.com/milesgranger/dask-expr@milesgranger/rename-future-to-task", # dask-expr pins the dask version
]
distributed = ["distributed == 2024.4.0"]
distributed = ["distributed @ git+https://github.com/milesgranger/distributed@milesgranger/rename-future-to-task"]
diagnostics = [
"bokeh >= 2.4.2",
"jinja2 >= 2.10.3",
]
# keeping for backwards compatibility
delayed = []
complete = [
"dask[array,dataframe,distributed,diagnostics]",
"dask[array,dataframe,distributed,diagnostics] @ git+https://github.com/milesgranger/dask@milesgranger/rename-future-to-task",
"pyarrow >= 7.0",
# Can be removed once minimal pyarrow version is >14.0.1
# https://lists.apache.org/thread/yhy7tdfjf9hrl9vfrtzo8p2cyjq87v7n
Expand Down

0 comments on commit e88f00a

Please sign in to comment.