Skip to content

Commit

Permalink
Merge pull request #3587 from proto-n/master
Browse files Browse the repository at this point in the history
added alpenglow
  • Loading branch information
synapticarbors authored Aug 18, 2017
2 parents 4f67b8d + 889a749 commit 3f3f247
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions recipes/alpenglow/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set version = "0.1.4" %}
{% set sha256 = "c5da7c1e2a0c3dca3cb00bc923fe3e5fbd1c6ca4450fdc034fb4d9d1a045c0ca" %}

package:
name: alpenglow
version: {{ version }}

source:
url: https://github.com/rpalovics/Alpenglow/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
skip: True # [py<35]
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- sip
- setuptools
- toolchain

run:
- python
- pandas
- numpy
- sip

test:
imports:
- alpenglow
- alpenglow.experiments
- alpenglow.evaluation
- alpenglow.utils
- alpenglow.offline
- alpenglow.offline.models
- alpenglow.offline.evaluation
- alpenglow.cpp

about:
home: https://github.com/rpalovics/Alpenglow
summary: Open Source Recommender Framework with Time-aware Learning and Evaluation
license: Apache-2.0
license_file: LICENSE
doc_url: http://alpenglow.readthedocs.io/

extra:
recipe-maintainers:
- proto-n

0 comments on commit 3f3f247

Please sign in to comment.