Skip to content

Commit

Permalink
Update requirements-dask
Browse files Browse the repository at this point in the history
  • Loading branch information
lixfz committed May 16, 2023
1 parent 85b6159 commit e137565
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -q "pandas<2.0" "XlsxWriter<3.0.5" "dask<=2023.2.0" "distributed<=2023.2.0" -r requirements.txt -r requirements-zhcn.txt -r requirements-dask.txt -r requirements-fg.txt -r requirements-extra.txt
pip install -q "pandas<2.0" "XlsxWriter<3.0.5" -r requirements.txt -r requirements-zhcn.txt -r requirements-dask.txt -r requirements-fg.txt -r requirements-extra.txt
pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
pip list
- name: Test with pytest
run: |
pytest --cov=hypernets --durations=30
test_with_dask_ft:
test_dask_ft:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -63,12 +63,12 @@ jobs:
python-version: 3.8
ft-version: 1.2
woodwork-version: 0.13.0
dask-version: 2021.10.0
dask-version: 2022.12.1
- os: windows-latest
python-version: 3.8
ft-version: 1.2
woodwork-version: 0.13.0
dask-version: 2021.10.0
dask-version: 2022.12.1
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -92,7 +92,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
python-version: [3.7, 3.8]
python-version: [3.8, ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions requirements-dask.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dask
distributed
dask!=2023.3.*,!=2023.4.*
distributed!=2023.3.*,!=2023.4.*
dask-ml

0 comments on commit e137565

Please sign in to comment.