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

Fixed wrong numpy version number.

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