generated from GiulioRossetti/Python-Project-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
39 lines (34 loc) · 743 Bytes
/
meta.yaml
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
{% set name = "ParTree" %}
{% set version = "0.0.1" %}
package:
name: "{{ ParTree }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
requirements:
host:
- numpy
- pip
- python>=3.8
- scikit-learn
- scipy
- setuptools
build:
- python
- setuptools
run:
- numpy
- python>=3.8
- scikit-learn
- scipy
about:
home: "https://github.com/USERNAME/project"
license: "BSD"
license_family: "BSD"
license_file: ""
summary: "Description of the package"
doc_url: "https://package_name.readthedocs.io/"
dev_url: "https://github.com/USERNAME/project"
extra:
recipe-maintainers:
- PackageOwner