Skip to content

Commit 9183c06

Browse files
committed
Update requirements
1 parent b17fbaf commit 9183c06

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/python-pytest.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [windows-latest, ubuntu-latest]
22-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2323
include:
24-
- os: macos-12
25-
python-version: 3.11
24+
- os: ubuntu-20.04
25+
python-version: 3.7
26+
# - os: macos-12
27+
# python-version: 3.11
2628
steps:
2729
- uses: actions/checkout@v2
2830
- name: Set up Python ${{ matrix.python-version }}
@@ -57,7 +59,7 @@ jobs:
5759
ft-version: 0.23
5860
woodwork-version: 0.1.0
5961
dask-version: 2021.1.1
60-
- os: ubuntu-latest
62+
- os: ubuntu-20.04
6163
python-version: 3.7
6264
ft-version: 1.2
6365
woodwork-version: 0.13.0

requirements-dask.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dask!=2023.2.1,!=2023.3.*,!=2023.4.*,!=2023.5.*
2-
distributed!=2023.2.1,!=2023.3.*,!=2023.4.*,!=2023.5.*
1+
dask!=2023.2.1,!=2023.3.*,!=2023.4.*,!=2023.5.*,<2024.5.0
2+
distributed!=2023.2.1,!=2023.3.*,!=2023.4.*,!=2023.5.*,<2024.5.0
33
#dask<=2023.2.0
44
#distributed<=2023.2.0
5-
dask-ml
5+
dask-ml<2025.0.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
numpy>=1.16.5
1+
numpy>=1.16.5,<2.0.0
22
pandas>=0.25.3
3-
scikit-learn>=0.22.1
3+
scikit-learn>=0.22.1,<1.6.0
44
scipy
55
lightgbm>=2.2.0
66
fsspec>=0.8.0

0 commit comments

Comments
 (0)