Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '

Expand All @@ -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:
Expand Down
Loading