File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 1+ {% set python_min = "3.10" %}
2+
13package :
24 name : kissbt
35 version : " 0.1.3"
46
57source :
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
911build :
12+ number : 0
1013 noarch : python
1114 script : " {{ PYTHON }} -m pip install . --no-deps -vv"
1215
1316requirements :
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
2327test :
2428 imports :
2529 - kissbt
30+ requires :
31+ - python {{ python_min }}
2632
2733about :
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
You can’t perform that action at this time.
0 commit comments