Skip to content

Commit bd764d2

Browse files
authored
Merge pull request #152 from sjsrey/drop3.6
Dropping 3.6 from testing.
2 parents 6d4d8ed + ffefaee commit bd764d2

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

.github/workflows/unittests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
strategy:
1717
matrix:
1818
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
19-
environment-file: [ci/36.yaml, ci/36-numba.yaml, ci/37.yaml, ci/37-numba.yaml, ci/38.yaml, ci/38-numba.yaml]
19+
environment-file: [ci/36.yaml, ci/37.yaml, ci/37-numba.yaml, ci/38.yaml, ci/38-numba.yaml]
20+
exclude:
21+
- environment-file: ci/36.yaml
22+
os: windows-latest
2023
steps:
2124
- uses: actions/checkout@v2
2225
- uses: conda-incubator/setup-miniconda@v2

ci/36.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ dependencies:
55
- python=3.6
66
# required
77
- scipy
8-
- pandas
8+
- pandas>=1.0
9+
- scipy>=1.0
910
- libpysal
1011
- scikit-learn
1112
# testing
@@ -14,4 +15,4 @@ dependencies:
1415
- codecov
1516
- matplotlib
1617
# optional
17-
- geopandas
18+
- geopandas>=0.7.0

ci/37.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ channels:
44
dependencies:
55
- python=3.7
66
# required
7-
- scipy
8-
- pandas
7+
- scipy>=1.0
8+
- pandas>=1.0
99
- libpysal
1010
- scikit-learn
1111
# testing
@@ -14,4 +14,4 @@ dependencies:
1414
- codecov
1515
- matplotlib
1616
# optional
17-
- geopandas
17+
- geopandas>=0.7.0

ci/38.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ channels:
44
dependencies:
55
- python=3.8
66
# required
7-
- scipy
8-
- pandas
7+
- scipy>=1.0
8+
- pandas>=1.0
99
- libpysal
1010
- scikit-learn
1111
# testing
@@ -14,4 +14,4 @@ dependencies:
1414
- codecov
1515
- matplotlib
1616
# optional
17-
- geopandas
17+
- geopandas>=0.7.0

0 commit comments

Comments
 (0)