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

Fixed setup bug.

parent 9caa192f
Branches
No related tags found
No related merge requests found
......@@ -6,4 +6,7 @@ tests/bin/
*.egg-info/
*.ipynb_checkpoints/
tests/test_fwbw
tests/playground
.venv/
.vimrc
src/
......@@ -4,7 +4,7 @@ from setuptools import setup, Extension
from numpy.distutils.misc_util import get_numpy_include_dirs
setup(
name = 'chains_addiction',
name = 'chainsaddiction',
version = '0.1',
description = 'Discrete time, finit state space, stationary Hidden Markov Model.',
install_requires = ['numpy>=1.15.0'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment