diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0d9fbda..38f7b9c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 2fd4bff8b2e5dda2d658ab66b57a2f39e6dc2c36ba5489878e45499c732cdf44 build: - number: 0 + number: 1 noarch: python script: '{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv ' @@ -23,7 +23,8 @@ requirements: - numpy >=1.25 - python >={{ python_min }},<4 - scikit-learn >=1.0.0, <2.0.0 - - scipy >=1.0.0, <2.0.0 + - scipy >=1.0.0,<2.0.0 # [python <3.13] + - scipy >=1.14.1,<2.0.0 # [python >=3.13] - colorama >=0.4.6, <1.0.0 test: