Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONCOCT: Stricter pinning for sci-kit-learn dependency #48626

Closed
wants to merge 11 commits into from
6 changes: 2 additions & 4 deletions recipes/concoct/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
preserve_egg_dir: True
number: 5
number: 6
skip: True # [osx]
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}
Expand All @@ -34,7 +34,7 @@ requirements:
- pandas >=0.11.0
- biopython >=1.62b
- pytz >=2013.9
- scikit-learn >=1.1.3
- scikit-learn ==1.1.*
jfy133 marked this conversation as resolved.
Show resolved Hide resolved
- nose >=1.3.0
- gsl
- samtools
Expand All @@ -52,8 +52,6 @@ about:
license_family: BSD

extra:
additional-platforms:
- linux-aarch64
skip-lints:
- uses_setuptools # concoct uses pkg_resources
- cython_must_be_in_host # Cython needs to be in run as well currently
Expand Down
Loading