Skip to content

Commit 4e76435

Browse files
committed
Add versioneer to host requirements in meta.yaml
1 parent 21193ec commit 4e76435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.conda/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ build:
1212
noarch: python
1313
number: 0
1414
script: "{{ PYTHON }} -m pip install . -vv"
15+
skip: true # [py>=3.13]
1516

1617
requirements:
1718
host:
1819
- python
1920
- pip
2021
- setuptools
22+
- versioneer
2123
run:
2224
- python >=3.11,<3.14
2325
- xarray

0 commit comments

Comments
 (0)