Skip to content

Commit

Permalink
Clean-ups and point to commit needed from ADP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Oct 26, 2023
1 parent 31c7ca2 commit 6ecb871
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 32 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = ["/src", "/dask_sql", "/LICENSE.txt", "pyproject.toml", "Cargo.toml",

[dependencies]
async-trait = "0.1.71"
datafusion-python = { git = "https://github.com/jdye64/arrow-datafusion-python.git", branch = "remove_libprotobuf_dep" }
datafusion-python = { git = "https://github.com/apache/arrow-datafusion-python.git", ref = "da6c183" }
env_logger = "0.10"
log = "^0.4"
pyo3 = { version = "0.19.1", features = ["extension-module", "abi3", "abi3-py38"] }
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.10-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ dependencies:
- tzlocal>=2.1
- uvicorn>=0.13.4
- zlib
- patchelf
1 change: 1 addition & 0 deletions continuous_integration/environment-3.8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ dependencies:
- tzlocal=2.1
- uvicorn=0.13.4
- zlib
- patchelf
1 change: 1 addition & 0 deletions continuous_integration/environment-3.9-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ dependencies:
- tzlocal>=2.1
- uvicorn>=0.13.4
- zlib
- patchelf
1 change: 1 addition & 0 deletions continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies:
- tpot>=0.12.0
- tzlocal>=2.1
- uvicorn>=0.13.4
- patchelf
# GPU-specific requirements
- cudatoolkit=11.5
- cudf=23.12
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies:
- tpot>=0.12.0
- tzlocal>=2.1
- uvicorn>=0.13.4
- patchelf
# GPU-specific requirements
- cudatoolkit=11.5
- cudf=23.12
Expand Down
2 changes: 1 addition & 1 deletion docker/conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ intake>=0.6.0
pre-commit>=2.11.1
black=22.10.0
isort=5.12.0
maturin>=1.1,<1.2
maturin>=1.3.1
2 changes: 1 addition & 1 deletion docker/main.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
COPY docker/conda.txt /opt/dask_sql/
RUN mamba install -y \
# build requirements
"maturin>=1.1,<1.2" \
"maturin>=1.3.1" \
# core dependencies
"dask>=2022.3.0" \
"pandas>=1.4.0" \
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ tzlocal>=2.1
prompt_toolkit>=3.0.8
pygments>=2.7.1
tabulate
maturin>=1.1,<1.2
maturin>=1.3.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=1.1,<1.2"]
requires = ["maturin>=1.3.1"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 6ecb871

Please sign in to comment.