Skip to content

Commit 21193ec

Browse files
committed
Refine Python version requirement in meta.yaml: specify exact range and adjust host dependencies
1 parent b40a730 commit 21193ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.conda/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ build:
1515

1616
requirements:
1717
host:
18-
- python >=3.11
18+
- python
1919
- pip
20+
- setuptools
2021
run:
21-
- python >=3.11
22+
- python >=3.11,<3.14
2223
- xarray
2324
- numpy
2425
- dask

0 commit comments

Comments
 (0)