Skip to content
Snippets Groups Projects
Commit f4fbb820 authored by Blaß, Michael's avatar Blaß, Michael :speech_balloon:
Browse files

Merge branch 'master' of gitlab.rrz.uni-hamburg.de:bal7668/hmm

parents 1b3f38de ffefe5e2
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ setup( ...@@ -7,6 +7,7 @@ setup(
name = 'chains_addiction', name = 'chains_addiction',
version = '0.1', version = '0.1',
description = 'Discrete time, finit state space, stationary Hidden Markov Model.', description = 'Discrete time, finit state space, stationary Hidden Markov Model.',
install_requires = ['numpy>=15.0.0'],
include_dirs = get_numpy_include_dirs(), include_dirs = get_numpy_include_dirs(),
ext_modules = [ ext_modules = [
Extension( Extension(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment