Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
miniforge-variant: Mambaforge
use-mamba: true
python-version: 3.8
python-version: "3.8"
- name: Install dependencies
run: |
mamba install boa conda-verify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
miniforge-variant: Mambaforge
use-mamba: true
python-version: 3.8
python-version: "3.8"
activate-environment: dask-sql
environment-file: continuous_integration/environment-3.8-jdk11-dev.yaml
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
miniforge-variant: Mambaforge
use-mamba: true
python-version: 3.8
python-version: "3.8"
activate-environment: dask-sql
environment-file: continuous_integration/environment-3.8-jdk11-dev.yaml
- name: Install dependencies and build the jar
Expand All @@ -52,7 +52,7 @@ jobs:
matrix:
java: [8, 11]
os: [ubuntu-latest, windows-latest]
python: [3.7, 3.8, 3.9]
python: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
miniforge-variant: Mambaforge
use-mamba: true
python-version: 3.8
python-version: "3.8"
activate-environment: dask-sql
environment-file: continuous_integration/environment-3.8-jdk11-dev.yaml
- name: Build the jar
Expand All @@ -76,7 +76,7 @@ jobs:
matrix:
java: [8, 11]
os: [ubuntu-latest, windows-latest]
python: [3.7, 3.8, 3.9]
python: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Cache local Maven repository
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Set up Python
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.8
python-version: "3.8"
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
Expand Down
43 changes: 43 additions & 0 deletions continuous_integration/environment-3.10-jdk11-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: dask-sql
channels:
- conda-forge
- defaults
dependencies:
- adagio>=0.2.3
- antlr4-python3-runtime>=4.9.2
- black=19.10b0
- ciso8601>=2.2.0
- dask-ml>=2022.1.22
- dask>=2021.11.1
- fastapi>=0.61.1
- fs>=2.4.11
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
- mock>=4.0.3
- nest-asyncio>=1.4.3
- numpy<1.22 # numba only supports up to numpy 1.21
- openjdk=11
- pandas>=1.0.0 # below 1.0, there were no nullable ext. types
- pip=20.2.4
- pre-commit>=2.11.1
- prompt_toolkit>=3.0.8
- psycopg2>=2.9.1
- pyarrow>=0.15.1
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
- pytest-xdist
- pytest>=6.0.1
- python=3.10
- scikit-learn>=0.24.2
- sphinx>=3.2.1
- tpot>=0.11.7
- triad>=0.5.4
- tzlocal>=2.1
- uvicorn>=0.11.3
- pip:
- fugue[sql]>=0.5.3
43 changes: 43 additions & 0 deletions continuous_integration/environment-3.10-jdk8-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: dask-sql
channels:
- conda-forge
- defaults
dependencies:
- adagio>=0.2.3
- antlr4-python3-runtime>=4.9.2
- black=19.10b0
- ciso8601>=2.2.0
- dask-ml>=2022.1.22
- dask>=2021.11.1
- fastapi>=0.61.1
- fs>=2.4.11
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
- mock>=4.0.3
- nest-asyncio>=1.4.3
- numpy<1.22 # numba only supports up to numpy 1.21
- openjdk=8
- pandas>=1.0.0 # below 1.0, there were no nullable ext. types
- pip=20.2.4
- pre-commit>=2.11.1
- prompt_toolkit>=3.0.8
- psycopg2>=2.9.1
- pyarrow>=0.15.1
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
- pytest-xdist
- pytest>=6.0.1
- python=3.10
- scikit-learn>=0.24.2
- sphinx>=3.2.1
- tpot>=0.11.7
- triad>=0.5.4
- tzlocal>=2.1
- uvicorn>=0.11.3
- pip:
- fugue[sql]>=0.5.3