-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding pygtftk * removed pygtftk from master * add older version of hmmlearn
- Loading branch information
1 parent
c70fd77
commit 36d7fda
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|