swh:1:snp:1c3b4a274d5738af4157f693e28fbbb196a2bcfd
Raw File
Tip revision: 14ca3224f65a437536bfc8c3988c85b16947076c authored by Jean Kossaifi on 08 May 2018, 21:04:53 UTC
FIX README + bump version
Tip revision: 14ca322
meta.yaml
package:
  name: tensorly
  version: "0.3.0"

source:
  path: ../

build:
  number: 0
  noarch: generic
  script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
  build:
    - python >=3.4
    - setuptools

  run:
    - python
    - numpy
    - scipy
    - matplotlib

test:
  requires:
    - pytest
    # NumPy requires nosetests e.g. for assert_raises.....
    - nose

  commands:
    - TENSORLY_BACKEND='numpy' pytest -v $SP_DIR/tensorly

about:
  home: https://github.com/tensorly/tensorly/
  license: BSD
  summary: "Tensor learning in Python"
back to top