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
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,7 @@ tests/bin/ ...@@ -6,4 +6,7 @@ tests/bin/
*.egg-info/ *.egg-info/
*.ipynb_checkpoints/ *.ipynb_checkpoints/
tests/test_fwbw tests/test_fwbw
tests/playground
.venv/ .venv/
.vimrc
src/
...@@ -4,7 +4,7 @@ from setuptools import setup, Extension ...@@ -4,7 +4,7 @@ from setuptools import setup, Extension
from numpy.distutils.misc_util import get_numpy_include_dirs from numpy.distutils.misc_util import get_numpy_include_dirs
setup( setup(
name = 'chains_addiction', name = 'chainsaddiction',
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>=1.15.0'], 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