mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 23:06:36 +08:00
25 lines
345 B
YAML
25 lines
345 B
YAML
package:
|
|
name: ta-lib
|
|
version: !!str 0.4.8
|
|
|
|
source:
|
|
fn: TA_Lib-0.4.8.tar.gz
|
|
url: https://github.com/mrjbq7/ta-lib/archive/TA_Lib-0.4.8.tar.gz
|
|
|
|
requirements:
|
|
build:
|
|
- python
|
|
- cython
|
|
- numpy
|
|
run:
|
|
- python
|
|
- numpy
|
|
|
|
test:
|
|
imports:
|
|
- talib
|
|
|
|
about:
|
|
home: http://github.com/mrjbq7/ta-lib
|
|
license: BSD License
|