Revision 1295ccb09626f89f20d0c0183d618f96b4833bf1 authored by Jean Kossaifi on 08 May 2018, 21:04:53 UTC, committed by Jean Kossaifi on 08 May 2018, 22:15:23 UTC
1 parent c729db7
Raw File
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