We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b799bf commit a5acdfaCopy full SHA for a5acdfa
.github/workflows/ci_tests.yaml
@@ -59,14 +59,14 @@ jobs:
59
isDraft: true
60
- os: windows-latest
61
62
- # Pair Python 3.9 with NumPy 1.21 and Python 3.11 with NumPy 1.24
63
- # Only install optional packages on Python 3.11/NumPy 1.24
+ # Pair Python 3.9 with NumPy 1.21 and Python 3.11 with NumPy 1.25
+ # Only install optional packages on Python 3.11/NumPy 1.25
64
include:
65
- python-version: '3.9'
66
numpy-version: '1.21'
67
optional-packages: ''
68
- python-version: '3.11'
69
- numpy-version: '1.24'
+ numpy-version: '1.25'
70
optional-packages: ' contextily geopandas ipython rioxarray sphinx-gallery'
71
72
timeout-minutes: 30
0 commit comments