Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hmmlearn older version #11450

Merged
merged 5 commits into from
Oct 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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