Revision e10a0d75c5da684da2aa5e5a74fe6a0c1e32f4aa authored by Jean Kossaifi on 23 April 2018, 23:04:35 UTC, committed by Jean Kossaifi on 23 April 2018, 23:04:35 UTC
1 parent b2ed1f9
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