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 1e40376 commit 13ff262Copy full SHA for 13ff262
.github/workflows/ci.yaml
@@ -54,6 +54,9 @@ jobs:
54
- env: "bare-minimum"
55
python-version: "3.10"
56
os: ubuntu-latest
57
+ - env: "bare-min-and-scipy"
58
+ python-version: "3.10"
59
+ os: ubuntu-latest
60
- env: "min-all-deps"
61
62
ci/requirements/bare-min-and-scipy.yml
@@ -0,0 +1,18 @@
1
+name: xarray-tests
2
+channels:
3
+ - conda-forge
4
+ - nodefaults
5
+dependencies:
6
+ - python=3.10
7
+ - coveralls
8
+ - pip
9
+ - pytest
10
+ - pytest-cov
11
+ - pytest-env
12
+ - pytest-mypy-plugins
13
+ - pytest-timeout
14
+ - pytest-xdist
15
+ - numpy=1.24
16
+ - packaging=23.1
17
+ - pandas=2.1
18
+ - scipy=1.11
0 commit comments