-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathmeta.yaml
More file actions
40 lines (34 loc) · 726 Bytes
/
meta.yaml
File metadata and controls
40 lines (34 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{% set version = "0.1.3" %}
package:
name: "pyforest"
version: "{{ version }}"
source:
git_url: https://github.com/8080labs/pyforest.git
git_rev: "{{ version }}"
#path: ./
# build:
# number: 0
# script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
build:
- setuptools
- pytest
- pytest-cov
- pytest-runner
host:
- pip
- python
run:
- python
test:
requires:
- pytest
- pytest-cov
- pytest-runner
imports:
- pytest
- pytest_cov
about:
home: https://github.com/8080labs/pyforest
license: MIT
summary: Lazy-import of all popular Python Data Science libraries. Stop writing the same imports over and over again.