-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
Fix numpy/scipy version & disable nnz code from nose (temporary option)
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -285,11 +285,11 @@ def finalize_options(self): | |
|
||
test_suite="gensim.test", | ||
setup_requires=[ | ||
'numpy >= 1.3' | ||
'numpy >= 1.11.3' | ||
], | ||
install_requires=[ | ||
'numpy >= 1.3', | ||
'scipy >= 0.7.0', | ||
'numpy >= 1.11.3', | ||
'scipy >= 0.19.0', | ||
This comment has been minimized.
Sorry, something went wrong.
piskvorky
Owner
|
||
'six >= 1.5.0', | ||
'smart_open >= 1.2.1', | ||
], | ||
|
What is "nnz code"? Is nnz = non-zero?