Skip to content

Commit ecfe494

Browse files
committed
adjust recipe for conda forge channel
1 parent 21b6217 commit ecfe494

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

conda-recipe/meta.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,41 @@
1+
{% set python_min = "3.10" %}
2+
13
package:
24
name: kissbt
35
version: "0.1.3"
46

57
source:
6-
git_url: https://github.com/FinBlobs/kissbt.git
7-
git_tag: v0.1.3
8+
url: https://pypi.org/packages/source/k/kissbt/kissbt-0.1.3.tar.gz
9+
sha256: ceee21a99ee787bff3b5ddd73b4ab1566ac42f5894160729b0726644db69062c
810

911
build:
12+
number: 0
1013
noarch: python
1114
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
1215

1316
requirements:
1417
host:
15-
- python
18+
- python {{ python_min }}
1619
- pip
20+
- setuptools
1721
run:
18-
- python
22+
- python >={{ python_min }}
1923
- pandas
20-
- matplotlib
24+
- matplotlib-base
2125
- numpy
2226

2327
test:
2428
imports:
2529
- kissbt
30+
requires:
31+
- python {{ python_min }}
2632

2733
about:
2834
home: https://github.com/FinBlobs/kissbt
2935
license: Apache-2.0
3036
license_file: LICENSE
31-
summary: "The keep it simple backtesting framework for Python."
37+
summary: "The keep-it-simple backtesting framework for Python."
38+
39+
extra:
40+
recipe-maintainers:
41+
- adrianhasse

0 commit comments

Comments
 (0)