We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5485f commit addf66fCopy full SHA for addf66f
conda.recipe/meta.yaml
@@ -29,12 +29,14 @@ requirements:
29
# read more at https://docs.conda.io/projects/conda-build/en/latest/resources/compiler-tools.html
30
build:
31
- python {{ python_version }}
32
+ - setuptools
33
{% for dep in pyproject['build-system']['requires'] %}
34
- {{ dep.lower() }}
35
{% endfor %}
36
host:
37
38
- pip
39
40
- versioneer
41
run:
42
pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
28
"openpyxl",
"paramiko",
"pandas>=2",
- "numpy<2",
+ "numpy",
"xarray",
"dask",
"scikit-learn",
0 commit comments