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 f655c07 commit 61d9c34Copy full SHA for 61d9c34
envs/env2.yaml
@@ -6,3 +6,4 @@ dependencies:
6
- xarray=2023.10.0
7
- dask=2023.10.0
8
- distributed=2023.10.0
9
+ - pydap=3.5.1
policy.yaml
@@ -0,0 +1,26 @@
1
+exclude:
2
+ - coveralls
3
+ - pip
4
+ - pytest
5
+ - pytest-asyncio
+ - pytest-cov
+ - pytest-env
+ - pytest-mypy-plugins
+ - pytest-timeout
10
+ - pytest-xdist
11
+ - pytest-hypothesis
12
+channels:
13
+ - conda-forge
14
+platforms:
15
+ - noarch
16
+ - linux-64
17
+# in case conda-forge release dates are not accurate enough
18
+overrides: {}
19
+policy:
20
+ # all packages in months
21
+ packages:
22
+ python: 30
23
+ numpy: 18
24
+ default: 12
25
+ ignored_violations:
26
+ - pydap
0 commit comments