Skip to content

Commit 0c25075

Browse files
committed
add version to scipy
1 parent 14041bb commit 0c25075

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def package_files(directory):
6060
'matplotlib',
6161
'pandas',
6262
'h5py',
63-
'scipy',
63+
'scipy==1.1.0',
6464
'scikit-learn',
6565
'xlrd',
6666
'pint',
@@ -73,4 +73,6 @@ def package_files(directory):
7373
],
7474

7575
package_data={'': extra_files },
76+
77+
include_package_data=True
7678
)

0 commit comments

Comments
 (0)