Skip to content

Commit

Permalink
Hmmlearn older version (#11450)
Browse files Browse the repository at this point in the history
* Adding pygtftk

* removed pygtftk from master

* add older version of hmmlearn
  • Loading branch information
guillaumecharbonnier authored and karel-brinda committed Oct 31, 2018
1 parent c70fd77 commit 36d7fda
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/hmmlearn/0.1.1/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
37 changes: 37 additions & 0 deletions recipes/hmmlearn/0.1.1/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
package:
name: hmmlearn
version: '0.1.1'

source:
url: https://github.com/hmmlearn/hmmlearn/archive/0.1.1.tar.gz
sha256: 307233053218a71fea714d6c9d160e6d6579752c6264200f411a17917add4d25

build:
number: 0
skip: True # [osx]

requirements:
host:
- python >=2.7,<3
- setuptools
- cython
- numpy
- scipy
- scikit-learn <0.20

run:
- python >=2.7,<3
- setuptools
- numpy
- scipy
- scikit-learn <0.20

test:
imports:
- hmmlearn.hmm

about:
home: https://github.com/hmmlearn/hmmlearn
license: BSD
summary: Hidden Markov Models in Python, with scikit-learn like API

0 comments on commit 36d7fda

Please sign in to comment.