Skip to content

Commit addf66f

Browse files
committed
Add setuptools to build and host requirements; update numpy dependency
1 parent ab5485f commit addf66f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

conda.recipe/meta.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ requirements:
2929
# read more at https://docs.conda.io/projects/conda-build/en/latest/resources/compiler-tools.html
3030
build:
3131
- python {{ python_version }}
32+
- setuptools
3233
{% for dep in pyproject['build-system']['requires'] %}
3334
- {{ dep.lower() }}
3435
{% endfor %}
3536
host:
3637
- python {{ python_version }}
3738
- pip
39+
- setuptools
3840
- versioneer
3941
run:
4042
- python {{ python_version }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"openpyxl",
2929
"paramiko",
3030
"pandas>=2",
31-
"numpy<2",
31+
"numpy",
3232
"xarray",
3333
"dask",
3434
"scikit-learn",

0 commit comments

Comments
 (0)