File tree Expand file tree Collapse file tree 12 files changed +71
-10
lines changed Expand file tree Collapse file tree 12 files changed +71
-10
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- uses : actions/setup-python@v4
18
+ - uses : actions-rs/toolchain@v1
19
+ with :
20
+ toolchain : 1.72
21
+ components : clippy
22
+ default : true
18
23
- uses : actions-rs/toolchain@v1
19
24
with :
20
25
toolchain : nightly
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dask-sql"
3
3
repository = " https://github.com/dask-contrib/dask-sql"
4
- version = " 2024.3 .0"
4
+ version = " 2024.5 .0"
5
5
description = " Bindings for DataFusion used by Dask-SQL"
6
6
readme = " README.md"
7
7
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ dependencies:
5
5
- c-compiler
6
6
- dask>=2024.4.1
7
7
- dask-expr>=1.0.11
8
+ - docker-py>=7.1.0
8
9
- fastapi>=0.92.0
9
10
- fugue>=0.7.3
10
11
- httpx>=0.24.1
11
12
- intake>=0.6.0
12
13
- jsonschema
13
14
- lightgbm
14
15
- maturin>=1.3,<1.4
15
- - mlflow>=2.9
16
+ - mlflow>=2.10
16
17
- mock
17
18
- numpy>=1.22.4
18
19
- pandas>=2
Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ dependencies:
5
5
- c-compiler
6
6
- dask>=2024.4.1
7
7
- dask-expr>=1.0.11
8
+ - docker-py>=7.1.0
8
9
- fastapi>=0.92.0
9
10
- fugue>=0.7.3
10
11
- httpx>=0.24.1
11
12
- intake>=0.6.0
12
13
- jsonschema
13
14
- lightgbm
14
15
- maturin>=1.3,<1.4
15
- - mlflow>=2.9
16
+ - mlflow>=2.10
16
17
- mock
17
18
- numpy>=1.22.4
18
19
- pandas>=2
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ dependencies:
5
5
- c-compiler
6
6
- dask>=2024.4.1
7
7
- dask-expr>=1.0.11
8
+ - docker-py>=7.1.0
8
9
- fastapi>=0.92.0
9
10
- fugue>=0.7.3
10
11
- httpx>=0.24.1
@@ -13,7 +14,7 @@ dependencies:
13
14
- lightgbm
14
15
- maturin>=1.3,<1.4
15
16
# TODO: add once mlflow 3.12 builds are available
16
- # - mlflow>=2.9
17
+ # - mlflow>=2.10
17
18
- mock
18
19
- numpy>=1.22.4
19
20
- pandas>=2
Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ dependencies:
5
5
- c-compiler
6
6
- dask=2024.4.1
7
7
- dask-expr=1.0.11
8
+ - docker-py>=7.1.0
8
9
- fastapi=0.92.0
9
10
- fugue=0.7.3
10
11
- httpx=0.24.1
11
12
- intake=0.6.0
12
13
- jsonschema
13
14
- lightgbm
14
15
- maturin=1.3
15
- - mlflow=2.9
16
+ - mlflow=2.10
16
17
- mock
17
18
- numpy=1.22.4
18
19
- pandas=2
Original file line number Diff line number Diff line change 1
1
PYTHON_VER :
2
2
- " 3.9"
3
3
- " 3.10"
4
+ - " 3.11"
4
5
5
6
CUDA_VER :
6
7
- " 11.8.0"
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ dependencies:
18
18
- jsonschema
19
19
- lightgbm
20
20
- maturin>=1.3,<1.4
21
- - mlflow>=2.9
22
21
- mock
23
22
- numpy>=1.22.4
24
23
- pandas>=2
Original file line number Diff line number Diff line change
1
+ name : dask-sql
2
+ channels :
3
+ - rapidsai
4
+ - rapidsai-nightly
5
+ - dask/label/dev
6
+ - conda-forge
7
+ - nvidia
8
+ - nodefaults
9
+ dependencies :
10
+ - c-compiler
11
+ - zlib
12
+ - dask>=2024.4.1
13
+ - dask-expr>=1.0.11
14
+ - fastapi>=0.92.0
15
+ - fugue>=0.7.3
16
+ - httpx>=0.24.1
17
+ - intake>=0.6.0
18
+ - jsonschema
19
+ - lightgbm
20
+ - maturin>=1.3,<1.4
21
+ - mock
22
+ - numpy>=1.22.4
23
+ - pandas>=2
24
+ - pre-commit
25
+ - prompt_toolkit>=3.0.8
26
+ - psycopg2
27
+ - pyarrow>=14.0.1
28
+ - pygments>=2.7.1
29
+ - pyhive
30
+ - pytest-cov
31
+ - pytest-rerunfailures
32
+ - pytest-xdist
33
+ - pytest
34
+ - python=3.11
35
+ - py-xgboost>=2.0.3
36
+ - scikit-learn>=1.0.0
37
+ - sphinx
38
+ - sqlalchemy
39
+ - tpot>=0.12.0
40
+ # FIXME: https://github.com/fugue-project/fugue/issues/526
41
+ - triad<0.9.2
42
+ - tzlocal>=2.1
43
+ - uvicorn>=0.14
44
+ # GPU-specific requirements
45
+ - cudatoolkit=11.8
46
+ - cudf=24.06
47
+ - cuml=24.06
48
+ - dask-cudf=24.06
49
+ - dask-cuda=24.06
50
+ - ucx-proc=*=gpu
51
+ - ucx-py=0.38
52
+ - xgboost=*=rapidsai_py*
53
+ - libxgboost=*=rapidsai_h*
You can’t perform that action at this time.
0 commit comments