Skip to content

Commit 700e7d9

Browse files
author
RamanjaneyuluIdavalapati
committed
numpy version downgraded for test cases
1 parent a923f4e commit 700e7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_long_description():
3939
download_url="https://github.com/deep-compute/wordvecspace/tarball/%s" % version,
4040
license='MIT License',
4141
install_requires=[
42-
'numpy==1.14.0',
42+
'numpy==1.13.1',
4343
'pandas==0.20.3',
4444
'numba==0.36.2',
4545
'basescript'

0 commit comments

Comments
 (0)