Skip to content

Commit

Permalink
Update Lisa2 (bioconda#45753)
Browse files Browse the repository at this point in the history
* Update lisa2 to version 2.3.2

* bumped build number for lisa 2.3.2

* Update meta.yaml

Added space between packages and version to pass linting
  • Loading branch information
AllenWLynch committed Feb 12, 2024
1 parent 3adc1bb commit fb56c6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/lisa2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: dc9df3495322c94f93c12372fb8d88d355447f7b8b69ea639394fc6274e9affb

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv
run_exports:
Expand All @@ -22,10 +22,10 @@ requirements:
- python >=3.5
run:
- h5py >=2
- numpy <2,>=1.17
- numpy >=1.17,<2
- python >=3.5
- scikit-learn <2,>=0.22
- scipy <2,>=1.4
- scikit-learn >=0.22,<2
- scipy >=1.4,<2

test:
imports:
Expand Down

0 comments on commit fb56c6d

Please sign in to comment.