Skip to content

Commit

Permalink
Merge pull request #94 from y-takashina/develop
Browse files Browse the repository at this point in the history
specified compatible numpy version
  • Loading branch information
ytakashina committed Oct 2, 2018
2 parents d788428 + 68e8215 commit 8d251ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

setup(
name='depynd',
version='0.6.1',
version='0.6.2',
description='Evaluating dependencies among random variables.',
long_description=long_description,
author='Yuya Takashina',
author_email='takashina2051@gmail.com',
packages=find_packages(),
install_requires=['numpy', 'scipy', 'scikit-learn'],
install_requires=['numpy>=1.13.0', 'scipy', 'scikit-learn'],
test_requires=['pytest', 'flake8'],
url='https://github.com/y-takashina/depynd',
)

0 comments on commit 8d251ff

Please sign in to comment.