Skip to content

Commit 170fb09

Browse files
committed
Remove note about testing min versions on optional deps in ci_tests.yaml
Not really needed after geopandas>1.0 pin in #3908
1 parent 15da090 commit 170fb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- os: windows-latest
7171
isDraft: true
7272
include:
73-
# Python 3.11 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
73+
# Python 3.11 + core packages (minimum supported versions) + optional packages
7474
- python-version: '3.11'
7575
numpy-version: '1.25'
7676
pandas-version: '=2.1'

0 commit comments

Comments
 (0)