Skip to content

Commit 7058b4a

Browse files
add meta.yaml for lazypredict package with build and runtime requirements
1 parent f7f964e commit 7058b4a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

meta.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
package:
2+
name: lazypredict
3+
version: 0.2.13 # Replace with the actual version
4+
5+
source:
6+
url: https://pypi.io/packages/source/l/lazypredict/lazypredict-0.2.13.tar.gz # Replace with the actual URL
7+
8+
build:
9+
number: 0
10+
script: python -m pip install --no-deps --ignore-installed .
11+
12+
requirements:
13+
build:
14+
- python
15+
- pip
16+
- pytest-runner
17+
run:
18+
- python
19+
- scikit-learn
20+
- pandas
21+
- numpy
22+
23+
test:
24+
imports:
25+
- lazypredict
26+
27+
about:
28+
home: https://github.com/shankarpandala/lazypredict
29+
summary: 'Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning'
30+
license: MIT
31+
license_family: MIT
32+
license_file: LICENSE
33+
34+
extra:
35+
recipe-maintainers:
36+
- shankarpandala

0 commit comments

Comments
 (0)